Restart Game problem

Options
Hello,
I tried using PhotonNetwork.LoadLevel("Game");
For restarting the level. with PhotonNetwork.AutomaticallySyncScene = true; in the start function.
It seems to only work on the player calling it and not the other clients in the room.

Can someone please let me know the correct way to restart a level for all clients.