Body Velocity Player Movement doesn't Work with Ladders

Hello! I am making a custom player movement system with body velocities.

When you try and climb the ladder with this movement system you can’t climb up it. Walking up to does nothing and when you jump on to it you just sit there. So my question is how could I make body velocities and ladder movement work?

You can test out the problem here in my game: Trigger Happy - Roblox

What you could do is have your script detect if your humanoid is climbing and then raise the velocity of the bodyvelocity. Alternatively you could consider making it so that the script detects your character touching the ladder in order to know when to raise the velocity.

1 Like