you know how you move a script into server script service for example I was wondering if you could do that but using a script. I tried doing this
whatever.Parent = serverscriptservice
and it didint work, any ideas?
I have a few solutions.
1: Make sure spelling is right. 2: You can parent it to ServerScriptService by use game;GetService() 3: Make sure you have your variable. (ex. script.Parent.Ball.Parent = workspace)