Skip to main content

ScriptService

Inherits from Instance

A container service used to store all script objects

Not Creatable Service

Summary

The ScriptService is a container for Script, LocalScript, ModuleScript and other scripting related assets that are meant to run when the game server starts.

The contents are replicated to the player clients, so it should not be used as a secure storage. Which is what ServerHidden may be used for.

This service is simply used for running scripts and should not be used for storage.