Play sounds after Fall Damage / Ragdoll after fall damage death

I need some help with my fall damage. I got it working but I just cant figure out how to add 1 sound if the player just gets hurt and a different sound if the player dies. Also how to trigger ragdoll on death. Any ideas please?


Thirdperson BP


Widget

Try this and tell if it works:

P.S.
Your damage calculation is incorrect.

It seems to be working, the only issue I see is now every time the player falls it Ragdolls, not just when the health goes to 0.

Yep. As I stated above your health calculation is wrong.

Ack! I missed that part. It works now, thank you very much!