Why does my tool do this

  1. i want to prevent my player from teleporting when i equip a tool with a rope constraint

  2. whenever i make a tool that uses rope constraints with an unanchored part attached to the rope constraint it just teleports me
    Untitled - Clipped Roblox Studio with Medal.tv

  3. i tried making the parts massless and collision off it still has the same problem

1 Like

Maybe the rope that is created in a script or something is Anchored?

Could you could send a Repro RBLX file? Like just the tool and required code for it in a baseplate. That way I can try a bunch of ideas quickly, rather than random guesses.


I had a previous project where I made a zipline tool with a rope, so I might be able to compare them

no scripts btw and here
asdsadads.rbxl (79.3 KB)

1 Like

Enabling WinchEnabled on the RopeConstraint seems to stop the teleporting, but it also makes the rope longer. There’s additional settings after enabling that you can change though