Teleport randomly to one of three teleporters after kill

If you want to teleport the player that did the Eliminating the Eliminated Event will not work since it only return’s the Agent that was Eliminated, to make it teleport the Agent that did the eliminating you could use → EliminationEvent

OnBegin<override>()<suspends>:void=
        ElimMachine.EliminatedEvent.Subscribe(SelfEliminated)
        ElimMachine.EliminationEvent.Subscribe()