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

How do I do this?

Asked by 9 years ago

I am trying to make it so it will change where the object is located so like in the script it will make the object go from Workspace to like the LocalPlayers inventory or the lighting anybody know how?

1 answer

Log in to vote
0
Answered by 9 years ago

Parents can be set like any other property.

If you wanted to move ExamplePart from somewhere to ExampleModel, you would put this

somewhere.ExamplePart.Parent = game.Workspace.ExampleModel
Ad

Answer this question