#ANIMATION HELP

1 messages · Page 1 of 1 (latest)

stoic dagger
#

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 ?

dire remnant
#

local Anim = Humanoid:LoadAnimation("YourAnimation"))
Anim.Looped = true
Anim:Play()

#

assuming you already declared a humanoid variable

stoic dagger
#

@dire remnant i dont even know how to script..

#

Like

dire remnant
#

im pretty sure the only way you can play animations outside of testing is using a script