getFirstName

Returns the first name of the player.

p.getFirstName()

Example

local p = FM.player.get(1)

local pFirstName = p.getFirstName()

Last updated

Was this helpful?