Returns the full name of the player.
p.getFullName()
local p = FM.player.get(1) local pFullName = p.getFullName()
Last updated 1 year ago
Was this helpful?