#ANIMATION HELP
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
So i did an animation but idk how to play it for everyone in th game. I want it to repeat when it end, can someone help ?
local Anim = Humanoid:LoadAnimation("YourAnimation"))
Anim.Looped = true
Anim:Play()
assuming you already declared a humanoid variable
im pretty sure the only way you can play animations outside of testing is using a script