Moving parts into other services

I’m trying to find a way where I can move parts back into replicated storage by script, but I don’t know how to so if you can find a way that would mean a lot.

You would just do this

part.Parent = game:GetService("ReplicatedStorage") -- Change part to your part.

hi hayde

you would write

script.Parent = game.ReplicafedStorage

you cant put it in certain other services because the server can only see so much by the way, replicated storage allows both the client and server to view and do stuff.

2 Likes