SetAnimation(60); how to loop?

Hi,

How can i make animation on loop?

Don’t know if this is the proper way but this should work

model:SetScript("OnAnimFinished", function() model:SetAnimation(60); end);

https://wow.gamepedia.com/Widget_handlers#Model

1 Like

It’s working! Thank You :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.