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 10 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 — 5y

2 answers

Log in to vote
0
Answered by 10 years ago

You may add a "while" like this:

while true do
    --Animation
    wait()
end
Ad
Log in to vote
0
Answered by 10 years ago

while true do wait() --ANIMATION SCrIPT end

Answer this question