Roblox Serverstorage. There are two well known storages across Roblox, and of course, those are ServerStorage and ReplicatedStorage. From what I hear, Greetings! I once heard that ReplicatedStorage actually loads some stuff on the Client, while ServerStorage doesn't.
For sake of compatibility, it is extremely unlikely that Roblox would restrict members of ServerScriptService to LuaSourceContainers only. @
Everything in server storage is not replicated to players, meaning it is only visible to the server. IE: A script can access it, but a local
Acts as abstract properties for generic information about Classes, Members, Enums, and EnumItems.
A container whose contents are only accessible on the server. Objects descending from ServerStorage will not replicate to the client and will not be
I might go to completely wrong direction on how replicated storage and server storage work. Since I just start using roblox studio just a month
Greetings! I once heard that ReplicatedStorage actually loads some stuff on the Client, while ServerStorage doesn't.
ServerStorage is a container whose contents are only on the server. This container is mainly used to store groups of complex instances, such as models,
There are two well known storages across Roblox, and of course, those are ServerStorage and ReplicatedStorage. From what I hear,
ServerStorage is a server-only container meaning it can't be accessed by LocalScript s. ReplicatedStorage is a container that is replicated to
I am trying to clean up my workspace, and I'd like to access server storage from a remote function on the client-side.