My future game will have a lot of gear , a LOT but i dont know where to store it without being physically in the workspace game , instead would only with scripts in your inventory (dont help me with that scripts yet thanks)
Anyone?
0
Not exactly a scripting question and this is primarily opinion basedUser#2440369— 5y
0
ServerStorage is a good place for that.starmaq1290— 5y
There are two places you could place your tools: ServerStorage and ReplicatedStorage. It recommended to put objects in ReplicatedStorage since both the Client and Server can see it (it's in the name "Replicated..."), but you could put your tools in ServerStorage; however, it will not replicate the Client, it will replicated on the Server. I put objects in ServerStorage when the Server only needs asaSlol2436716— 5y
0
thanks too! but whats the difference?Anto3oo13— 5y
0
You can not access ServerStorage with LocalScripts.ADUPS5— 5y
Closed as Primarily Opinion-Based by DeceptiveCaster, SerpentineKing, EpicMetatableMoment, and Ziffixture
This question has been closed because it is a discussion about a topic focused on diverse opinions, which isn't a good fit for our Q&A format.
Why was this question closed?