How to have my character play animation when taking damage?

Just as the question says, how to have my character play animation when taking damage? The character gets attacked and plays a react hit animation when taking damage.

Hey there!

You can do this with anim montages :slight_smile:
Just make a montage from the animation and play it on the skeleton.

I’ve tried that way, but it never really works out for me, sorry. But thanks for the help!

What I did to fix my problem was create a custom event that fires every time the player character gets attacked, if the health hits zero the player character plays the dying animation. But if the health is still above 0 it plays the hit animation every time the player character is attacked.

1 Like