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.
You may add a "while" like this:
1 | while true do |
2 | --Animation |
3 | wait() |
4 | end |