ServerStorage
Games often require a range of in-game objects that are held in storage until they're required, such as treasures that drop from a defeated enemy. Such objects can be placed in ServerStorage
, although they will need to be cloned
and parented elsewhere (such as Workspace) before clients can access them. ServerStorage
is also a valid container for ModuleScripts
which only the server needs access to.
Last updated