|
| 08 Oct 2015 09:28 AM |
Ok so I have a model with a part called "Middle" and there is another part called "Middle2". There are a bunch of parts that I want to weld to "Middle2" but they have to be the welded the same way as their position are relative to "Middle".. Sorry its kinda vague but help :D
morashsPeasant is doing homework :/ |
|
|
| Report Abuse |
|
|
|
| 08 Oct 2015 09:30 AM |
``` local offset = Middle.CFrame:toObjectSpace(part.CFrame)
local weld = Instance.new("Weld", Middle2) weld.Part0 = Middle2 weld.Part1 = part weld.C0 = offset
```
backtracing skeletal shields |
|
|
| Report Abuse |
|
|
|
| 08 Oct 2015 09:31 AM |
I just need a basic idea on how to set up the weld.. (C0,C1,Part0,Part1)
morashsPeasant is sleeping |
|
|
| Report Abuse |
|
|
|
| 08 Oct 2015 09:33 AM |
Dank you :)
morashsPeasant is studying |
|
|
| Report Abuse |
|
|