Issue with tools movement

Hello, I have some tools that make the character’s movement all glitchy.

Here is an example:

It makes the player do big jumps.

1 Like

Yer sure that the tool doesn’t have script that interfere or change Character.Humanoid.JumpPower value?
Try making the whole tool basepart(s) CanCollide property to false

Already done all of that. And there is no script with JumpPower in it. I scripted it.

1 Like

Me out of idea.
Perhaps something is interfering with your character.HumanoidRootPart properties, HipHeight or other.

Try making the contents of the tool massless

1 Like

Worked, great solution. Thank you.

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