What do you want to achieve?
Is it possible to slow the speed you climb a ladder What is the issue?
The game im currently making has you running quite fast, but when you climb a ladder, since you’re running very fast you fly up the ladder. I assume the climb speed is directly corrolated to the run speed?
I’ve read through the default animation script and can’t seem to find any way of slowing the speed you climb, only the animation speed.
I had thought of this but wasn’t sure of have to implement it until I remembered there are states in the game, so could I simply test if the player is in the climbing state then set the speed that way?