Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

[Solved] When should one use ServerStorage, ReplicatedStorage, or ReplicatedFirst?

Asked by
Songist 49
5 years ago
Edited 5 years ago

Hello!

Sorry for such a broad and basic question, but could someone help me understand which is best to use in different situations? In my case, I'm looking to track a score for each player which will be saved to the game. In general though, how do you know which, if any, to use?

0
in short, serverstorage should be used for things that should only be utilized by the server. replicatedstorage should be used when both the clients and the server need access, which is why remote events are put there. replicatedfirst is for objects that are necessary for the start of the game, because its contents are replicated before anything else. i recommend reading this Gey4Jesus69 2705 — 5y
0
https://developer.roblox.com/api-reference/class/ReplicatedFirst it didnt post the entire link sadface Gey4Jesus69 2705 — 5y
0
Thank you so much! Extremely helpful Songist 49 — 5y
1
yw Gey4Jesus69 2705 — 5y
View all comments (2 more)
0
Put [Solved] in the beginning of your title to mark the question as solved. Zafirua 1348 — 5y
0
ah my bad! Songist 49 — 5y

Answer this question