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

What is better for storing tools?Replicated Storage or Server Storage?

Asked by 3 years ago

is it better if I put a players tools(for data storage) in ReplicatedStorage so I can access it with a local script, or is it better to store it in a serverstorage(I have to create a serverscript to go through everyones guis)

0
I use both, but i think sevrer script is a better one (hope this helped) YTNilab 3 — 3y

2 answers

Log in to vote
0
Answered by
Necro_las 412 Moderation Voter
3 years ago
Edited 3 years ago

Use server script. ReplicatedStorage would allow any player to take any tool inside there with a line of code. Easy hack.

Ad
Log in to vote
0
Answered by
cancle5 120
3 years ago

It depends on what you need it for.

Replicated Storage is accessible to the client and to the server. Server Storage is only to the server.

If it's something really important store it in server storage.

Tho if it's for tools I would recommend server storage if possible.

Answer this question