I have a Script in ServerScriptService and a model is parented to it:
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?
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
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?