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

Can you change the parent of an object and then rename it?

Asked by 7 years ago

Can you like move and object say Lion and basically change the parent from worspace to StarterPlayer and then after moving it delete the StarterCharacter that is in StarterPlayer and then change the name of the group Lion to starterCharacter?

1 answer

Log in to vote
0
Answered by 7 years ago

If it's a part use

local Part = Instance.new("Part")

Part.Parent = game.StarterPlayer
Ad

Answer this question