Last updated 22 days ago
Description
Returns the name of the player’s current job.
Parameters
None
Return Value
Returns the job name (e.g., "police").
"police"
Example Use Case
print("Current Job: " .. ps.getJobName())