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

local slam = hum:LoadAnimation(Anims.slam)
slam:Play()
    while hum.FloorMaterial == Enum.Material.Air do
        wait()  
        slam:AdjustSpeed(0)
        print(hum.FloorMaterial)
    end

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

0
anyone??? BeyondTheEgde 0 — 4y

Answer this question