Try using GameState instead of GameMode. As @chrudimer mentioned, GameMode only exists on the server, whereas GameState exists on the server and on all the clients, so you can run a NetMulticast function on the server, and it will be executed on the server and all the clients.