Welds not working

Just as the name suggests, the welds are not working. I tried everything including weld constraints but nothing so far. Even with plugins I cannot get what I want to achieve. My goal is to just weld a mesh part and a part so when one moves the other follows.

1 Like

are you moving something via a tween? If so, you need to modify the CFrame of the part, not just the position or the orientation, in order for the welded objects to move along with it.

im not using any tweens. just changing the positions

Just moving a part normally even needs CFrame, otherwise it doesn’t work

Try making it so you change the CFrame in stead of position instead, just to make sure thats not the issue.

what type of weld should i use tho? i dont know the difference between welds and weld constraints

I personally prefer weld constraints.

Here’s a brief thing aboutg the differences

yeah it seems cframe works, thanks for the help

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.