How to track only the first player who entered the mutator zone ?

Just subscribe to your mutator zone’s enterzone event and pass the player reference to your teleportation function. And have your Zone function that is called from the above event ignore any player after the first with something like an if statement.