When a model is parented to a Script does that mean it can be placed in ServerStorage as well?

I have a Script in ServerScriptService and a model is parented to it:
image

Can the model also be placed in ServerStorage soon as though it’s being used by a server-sided script which clones the model to the player and ServerStorage is for server-sided use?

Yes, ServerStorage is for server-sided use.

1 Like

I’m not sure if I am understanding correctly. But the script will not run in serverstorage. The model can be in server storage on its own, but the script will have to be somewhere else

1 Like

Yes. I was just clarifying. So I can place the Model in ServerStorage and the script in ServerScriptService, and then call the Model in the Script to be cloned to the player?

Yep that would work perfectly fine!

1 Like