Welds problem:
When I weld a part to an anchored part, it works perfectly, but when I try to weld it to, let's say a torso, it either goes on the otherside or doesn't show up.
Part0 = Part
Part1 = Hit
Methods I've tried:
C0 = Hit.CFrame
C0 = Hit.CFrame:inverse()
C1 = Part.CFrame:inverse()
and etc.
How would I go about doing this so it welds to the part is should be at?
I feel like a noob, I've done this before but idk. |