getJob

Returns the job info of the player.

p.getJob()

Example

local p = FM.player.get(1)

local pJob = p.getJob()

Last updated

Was this helpful?