Returns the last name of the player.
p.getLastName()
local p = FM.player.get(1) local pLastName = p.getLastName()
Last updated 1 year ago
Was this helpful?