You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server level scripts have full access to the system
Client level scripts have permissive access to the game, and focus primarily on web/socket interactions with
users.
Entity scripts are the most locked down, having only access to the database through entities (not directly)
and a limited subset of the packages open to everyone else.