ServerScriptService

This services is meant to hold contents for server-side game logic. Scripts can be securely stored and run from inside this service without replicating to game clients, meaning exploits will not be able to access it easily. This is crucial place for holding RemoteEvent/Function handlers.

Last updated