Animation not playing fully

Hello,

I’m trying to make an eating animation. The code is supposed to play an animation and heal the player, but as the title states, the animation plays but doesn’t play fully, although the player is still healed.

Local Script
image

Events Script

Explorer
image

Before you play the animation, try configuring the animation priority.

local eatingAnim = humanoid:LoadAnimation(eatingAnimation)
eatingAnim.Priority = Enum.AnimationPriority.Action2

Your animation is most likely getting overridden by the default character animations :slightly_smiling_face:

4 Likes

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