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

How would I move an object from lighting into a brick?

Asked by 7 years ago

I'm trying to make a function that moves a gui from lighting into a brick when I click it- any thoughts?

1 answer

Log in to vote
0
Answered by 7 years ago
VARIABLE = game.Lighting.BRICK GOES HERE:clone()
VARIABLE.Parent = game.Workspace.BRICK YOU WANT TO PUT IT IN

Variable = The variable Brick Goes here = the brick that you want to clone

Ad

Answer this question