so im basically using the :AdjustSpeed() function in a serverscript and it does not work.
--not the full script local animation = hum:LoadAnimation(character.Animation) animation:AdjustSpeed(3) animation:Play()
what's wrong?