animation.speed change animation.length?

If I change the speed of an animation will it also change the length(time)? Mainly because I have parts of my script that really rely on the time it takes to complete some of the animations, but I’m also going to be changing the speed of the animations. Thanks.

Yes. I regularly use WaitForSeconds(animation[“name”].length) with animations whose speed varies (depending on the player’s stats their attack animation speed increases) and it definitely changes the length too.

Uh?
that’s strange, it doesn’t change for me, I have to multiply it by speed :l