How would I detect when a player stops Climbing but is still on a ladder?

Hello, I would like to detect when a player stops climbing, but the player is still on a ladder. I am using the humanoid state, Climbing, to try and do so.

I went to the DevHub to look for answers and I saw this ( climb speed kind of )

I was going to check if the player was still on a ladder, but not climbing by checking the climbing speed. But the DevHub says that when the player stops climbing the speed will not always be zero.

Anyone know of another way to check if the player is not climbing while still being on a ladder?

check if the wasd keys are being held, maybe…? or run a loop that constantly checks if the humanoidrootparts position has changed…?

1 Like

Didn’t think about checking the wasd keys, I think this will work perfectly. Thanks for the help! :slight_smile: