I can't make sitting animation work ingame

So whenever I make a sitting animation and enter a script it works in roblox studio but doesnt work in the actual game

In roblox studio:
image

image

image

image

Ingame:

Any help would be appreciated.

1 Like

Have you checked the F9 Log for any errors?

Have you set your animation to Action priority?

loadAnim.Priority = Enum.AnimationPriority.Action

If you don’t want to set it in script, you can also change priority to Action when building the anim before publishing it.

You need to make your own animation or if it’s your group game then publish it as group animation, If you don’t do it this way it won’t work

Hm, sure ill check.

Thanks for the suggestion

I’ll try that aswell.

Thanks for the suggestion.

1 Like

I use moon animator.

Thanks for the suggestion tho.

Edit: It didn’t work. Thanks for trying to help tho.