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

What's a good storage for clients other than server storage or workspace ?!

Asked by 5 years ago
Edited 5 years ago

It's soo annoying when like when you play in studio everything works very well but when you go to a server 97 zillion errors come up saying "(name) is not a valid member of ServerStorage"

I heared that workspace isn't a good storage too so can you help do I have to use ReplicatedStorage, ReplicatedFirst or even StarterGui?

0
replicated first is the perfect place for a client Zendaya774isstupid 50 — 5y
1
ReplicatedFirst no. StarterGui no User#19524 175 — 5y
0
replicated first is better for loading screens and stuff mudathir2007 157 — 5y

2 answers

Log in to vote
4
Answered by
unmiss 337 Moderation Voter
5 years ago

Because ServerStorage is on the server, you cannot access it on the client. You may want to consider ReplicatedStorage.

Ad
Log in to vote
0
Answered by 5 years ago

For client scripts, it's recommended to use WaitForChild to get objects. Otherwise you will try to be getting objects that haven't loaded on the client-side yet. Maybe that's the problem.

0
Thanks but the main question here is that I wanted a good storage for clients. mudathir2007 157 — 5y
0
lol User#19524 175 — 5y

Answer this question