Skip to content

Home - Global Functions

What are global functions?

Global Functions are Functions that can be used anywhere in your script, as opposed to running a function on an object. For example, GetLocalPlayer() will work anywhere in any script while Respawn() can only be used on a Player.