Hello, im trying to weld a part to another by adding it to the part. But when i set the welds, it moves the part to the center of the other part. I need it to be moved. But when i move it the weld goes away.
1 Like
If your not using a script then you can try the RigEdit plugin, where you can weld parts in a model together : RigEdit
If your scripting you can do this :
Weld.Part0 = PartA
Weld.Part1 = PartB
Weld.C0 = PartA.CFrame:Inverse()
Weld.C1 = PartB.CFrame:Inverse()