getJobName

Description

Returns the name of the player’s current job.

Parameters

  • None

Return Value

  • Returns the job name (e.g., "police").

Example Use Case

print("Current Job: " .. ps.getJobName())

Last updated