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

How can I make a model loop a animation?

Asked by 11 years ago

Like, a model (I'll name it 'Person') that's basically a normal ROBLOX, but in this case I want it to loop an animation, so people can see it's animation be done non-stop. Sort've like a gallery; putting the animation on display.

0
Just set the Looping to true while creating your animation :) AIphanium 124 — 6y

2 answers

Log in to vote
0
Answered by 11 years ago

You may add a "while" like this:

1while true do
2    --Animation
3    wait()
4end
Ad
Log in to vote
0
Answered by 11 years ago

while true do wait() --ANIMATION SCrIPT end

Answer this question