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
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.