How to reset a subscribe to a Player.EliminatedEvent().Subscribe(Function)

Hi, ensure that you reset the value of Elim when the player respawns.

Also, you can place the Player.EliminatedEvent().Subscribe(OnPlayerEliminated) outside the loop since you don’t need to subscribe to events multiple times.