How do i check a enemy(player) health that took damage by a player

how do i check how much a players health we deal damage with, im confused about it, same as how do i detect a player(enemy) that took damage.

1 Like

Add an event to your weapons to tag the player when the weapon deals damage to another player.
With information about the player who attacked, how much damage … etc

1 Like

i added an event, howd i find the player info through the event?