Replicate GameState variable to everyone

Client->Server calls only work if the calling client owns the actor.
In general they’ll only work on PlayerController, Character, or PlayerState.

Move your call to either of these classes, then access GameState from the server side there and modify your variable. Once the variable is modified on server side it will be replicated to all clients.