I have a script where I’m playing an animation. I want the animation to be slowed down to half speed, and I’m setting the speed to .5, and yet it doesn’t change anything.
Code:
local s2anim = hum:LoadAnimation(s1)
s2anim:AdjustSpeed(.5)
CurrentAnimation = s2anim
s2anim:Play()