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 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?