|
| 14 Jan 2014 09:35 PM |
I have a guy with a torso, arms and legs. I'm trying to weld him together...
local model = script.Parent local parts = model:GetChildren() local weld = Instance.new("Weld")
function weldfunction() weld.Part0 = script.Parent.Torso weld.Part1 = parts weld.Parent = script.Parent.Torso end
wait() weldfunction()
WHY THIS NO WORK |
|
|
| Report Abuse |
|
|
|
| 14 Jan 2014 09:51 PM |
| To start the C0 and C1 are never set. |
|
|
| Report Abuse |
|
|
|
| 14 Jan 2014 10:16 PM |
| Setting Part1 to a table? Wut? |
|
|
| Report Abuse |
|
|
| |
|