Stop animation after death

They way I did this was with the PlayAnimation node but once you called that, make sure to update collision so the “Death” event isn’t triggered multiple times or think of some DoOnce logic.

I don’t know what is best practice here, maybe a one-way death state in the state machine is the better choice.