Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Changing parent property of existing files and scripts?

Asked by 3 years ago

I want to change the parent property of my files so that they are in my Classic Baseplate instead of my Workspace so that I can individualize my files so that they are in the background and not a viewable model, how do I move it into the Baseplate, instead of the Workspace? Thanks.

1 answer

Log in to vote
0
Answered by
MattVSNNL 620 Moderation Voter
3 years ago

Try this

local part = game.Workspace:FindFirstChild("Part") -- For example

part.Parent = game.Workspace:FindFirstChild("Baseplate")
Ad

Answer this question