Player Health going Below Zero

I’d personally put it right after the True branch in the first image, so you know the player is dead, and then set health to 0.

You could also put it in the AnyDamage event, right before the set, clamp the result of the subtraction to 0. Since the death check is <= 0, it should still register fine.