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

How would I put an animation in a loop?

Asked by 9 years ago

I'm making a game with animations in it and I need the animations to loop. Would I be able to? Would the while wait() do or while true do functions work?

0
Try to test it out first :\ EzraNehemiah_TF2 3552 — 9y
0
I believe Animations Loop by Default. woodengop 1134 — 9y
0
It crashed my game. Grenaderade 525 — 9y
0
Ok, I suggest While wait() do, because in order to stop crashing, you would place a wait() in your loop.(You can place a wait() in the while true do, but my suggestion makes coding easier.) woodengop 1134 — 9y
0
Since I am using AnimTrack, what should I do now? While wait() do bugs out the animation Grenaderade 525 — 9y

1 answer

Log in to vote
-1
Answered by 9 years ago

wait doesn't the animation just loop it self!

0
No. Grenaderade 525 — 9y
0
It does I tried it before, I made a jump animation and it loop it self. Ewarr1011 0 — 9y
0
This isn't a jump animation though, it's a dance animation being used in a button Grenaderade 525 — 9y
0
oh Ewarr1011 0 — 9y
Ad

Answer this question