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

How to make an animation run while moving?

Asked by 6 years ago

So I made an animation play and it plays and it is a .3 second looping animation but once i move the character it stops.

p = script.Parent.Parent

    wait(2)
    ph = p.Character.Humanoid:LoadAnimation(script.a)
    ph:Play()

I know it is simple I am just testing before i do the harder scripting.

0
I think you did the script wrong... clrik 8 — 6y
0
how Ind1v1duals 43 — 6y
0
it plays the animation right when they join the game Ind1v1duals 43 — 6y
0
I'm not sure how reliable that script is but to answer your question you need to set the priority to movement, I believe. (You do this in the animation editor.) BouncingBrenda 44 — 6y

Answer this question