-
i want to prevent my player from teleporting when i equip a tool with a rope constraint
-
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 -
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