How do I disable mutator zone locally and not for all players?

Hello, I create a map where it is necessary that only one player locally disabled zone modificator and not for all, how to do it, can you show exactly in the code?

May be a little intensive the more players you have but you could keep an updated array of all players who enter the zone, and when a player does enter the zone, check to see if they’re in that array.