getFullName

Returns the full name of the player.

p.getFullName()

Example

local p = FM.player.get(1)

local pFullName = p.getFullName()

Last updated

Was this helpful?