getLastName

Returns the last name of the player.

p.getLastName()

Example

local p = FM.player.get(1)

local pLastName = p.getLastName()

Last updated

Was this helpful?