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

What Storage can recognize instances and run scripts?

Asked by 9 years ago

I have a model with a script in it, and I don't know know which storage( Replicated Storage, ServerScriptService, ServerStorage) to use so that both the client and server both see the model and the script. Help?

Thanks! -tkddude2

0
Hi CardboardRocks 215 — 9y
0
sup tkddude2 75 — 9y

1 answer

Log in to vote
0
Answered by
TofuBytes 500 Moderation Voter
9 years ago

Scripts don't run in ReplicatedStorage. It's just like the Lighting except a storage for cloning things except it's visible for both client and the server. Use ServerStorage to keep models that are only for the server in there so the client can't see them.

0
Scripts don't work in ServerStorage tkddude2 75 — 9y
0
If you didn't figure it out yet, you use ServerScriptService for scripts. Then, they'll run. TofuBytes 500 — 9y
Ad

Answer this question