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

How do I change the parent of a part? [closed]

Asked by 8 years ago

I am quite a noob at Lua still, but I'm trying to change the parent of a part with the code below :

game.Lighting.Part.Parent = game.Workspace
2
Your Lua syntax is correct. Most likely, either the code isn't running or you are experiencing an error that you are not showing us (perhaps Part is not a valid member of Lighting in the first place?). Unclear 1776 — 8y
0
I fixed it, I just didn't define the part. KennySfromTitan 106 — 8y

Closed as Not Constructive by adark

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?