Skip to content

๐Ÿ‘ค BLN Player Name โ€‹

bln playername

๐Ÿ”ฝ Get it Now โ€‹

Download

Allow players to easily view other players' names and IDs in-game. Enhance interaction and identification on your server with this essential tool, designed to improve roleplay experiences and simplify communication.

โœจ Features โ€‹

  • ๐Ÿ‘ฅ Display Player Names - Instantly shows other players' in-game names
  • ๐Ÿ”ข Display Player IDs - Helps with identification by displaying unique player IDs
  • ๐Ÿ“ Customizable Display Range - Configure the distance within which player names and IDs are visible
  • ๐ŸŽฎ Toggleable UI - Players can toggle name display on or off to suit their needs, keeping the UI clean when desired
  • โšก Optimized for Performance - Lightweight and efficient, ensuring minimal impact on server performance

This script is perfect for servers that value clear and effective communication between players, offering a seamless way to identify and interact with others in the world.

๐Ÿ› ๏ธ Configuration โ€‹

lua
Config = {
    enabled = true,              -- Enable Player Names
    key = 0x8CC9CD42,            -- Key to show player names (X key by default)
    showId = true,               -- Enable or Disable showing player id
    showName = true,             -- Enable or Disable showing player name
    closestPlayersDistance = 5.0 -- Distance to show closest players' name
}

Configuration Options โ€‹

OptionTypeDefaultDescription
enabledbooleantrueEnable or disable the entire system
keyhex0x8CC9CD42Key to hold to show player names (X key)
showIdbooleantrueShow player server IDs
showNamebooleantrueShow player names
closestPlayersDistancefloat5.0Maximum distance to display names (in meters)

๐ŸŽฎ Usage โ€‹

  1. Hold the configured key (default: X key) to view nearby players' information
  2. Player names and IDs will appear above their characters
  3. Release the key to hide the information

Custom Player Name Integration โ€‹

The script includes support for custom player name functions. Edit custom.lua to integrate with your framework:

lua
-- File: custom.lua
function CustomPlayerName(player)
    -- Add your custom logic here
    -- Example: Return character name from your framework
    -- return Framework.GetCharacterName(player)
    
    return false -- Return false to use default player name
end

๐Ÿค Support โ€‹

Need help? Have questions? Join our Discord server for support and updates!

  • ๐Ÿ’ฌ Discord: Join Our Community
  • ๐ŸŽฎ Live support and community help
  • ๐Ÿ”„ Regular updates and improvements

Built with โค๏ธ by BLN Studio