This rope explodes when you touch it

I made this rope for my game but it explodes whenever a player touches it, despite having rigid alignpositions that should keep it in place.

Expected behavior

The rope should react like a rope and not explode.

broken rope.rbxl (57.1 KB)

3 Likes

Hi Sharksie,
I took a look at this and noticed that your AlignOrientations do not have rigidity enabled and do not have reaction torque enabled, is this intentional? I enabled both of these so that the AlignPosition and AlignOrientation properties were similar and it resolved the issue for me.

1 Like

Can you send the rbxl? I tried doing what you suggested and it still explodes if you jump around on it. It does this even without the alignorientations.

Let me know if this works for you.
broken rope_mod.rbxl (57.1 KB)

1 Like