returns a players first and last name
Returns the full name of the player for the given source.
Parameters:
source (number): Player server ID
source
Returns:
string: Full name (firstname + lastname)
string
Example:
local name = ps.getPlayerName(source) print("Player name:", name)
Last updated 5 months ago