Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

GetOccupation

Matias Salas edited this page Dec 26, 2020 · 2 revisions

Server-Side

Player.GetOccupation()

This function gets player occupation.

Example

local _Player = Player(source)
local Occupation = _Player.GetOccupation()
print(Occupation) -- Returns player occupation

Clone this wiki locally