How Do I Kill Other Players?

Hello all. I am making a videogame with my friends (an FPS). I need to be able to kill other players but I don’t know how to make it so that if I kill another player, they will take damage. Help?

To deal damage the easiest way would be to use the “apply damage” node on the damage causer and the “event any damage” on the receiver. on the character being damaged you would then have a variable for health that would decrement based on the damage received. when the health got to zero you could use the destroy actor node to destroy the player character.