Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

adjust speed doesnt seem to be working for me at all?

Asked by 4 years ago

hi sorry if this is a dumb question but when i use adjust speed it doesnt seem to work

1local slam = hum:LoadAnimation(Anims.slam)
2slam:Play()
3    while hum.FloorMaterial == Enum.Material.Air do
4        wait() 
5        slam:AdjustSpeed(0)
6        print(hum.FloorMaterial)
7    end

it prints the floor material but the animation isnt freezing there arent any errors

0
anyone??? BeyondTheEgde 0 — 4y

Answer this question