IsInGame
Check if a the player is in the game world
IsInGame(): boolean
Example
Don't run rotation on the login screen
if not IsInGame() then return end
Check if a the player is in the game world
IsInGame(): boolean
Example
Don't run rotation on the login screen
if not IsInGame() then return end