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

why does this model not go to workspace then lighting??

Asked by 4 years ago

help me it does not go to workspace the nlighting

game.Lighting.Jazdad = workspace
wait (2)
workspace.Jazdad = Lighting

idu why it wont work df?

0
object have a Parent property, to move something to be inside another thing, you would have to set the parent property of the object to the other thing theking48989987 2147 — 4y
0
help me dont teach me fistter1 88 — 4y
0
its good to learn tho DraconianSG 58 — 4y
0
*face palm* why don't people read the dev hub stuff lol BashGuy10 384 — 4y
0
i want die now FixRobloxz 61 — 4y

1 answer

Log in to vote
1
Answered by
Tokyo7979 131
4 years ago

This is hopefully your solution:

game.Lighting.Jazdad.Parent = workspace
wait (2)
game.Workspace:FindFirstChild("Jazdad").Parent = game.Lighting
Ad

Answer this question