Round Timer for multiplayer, Game Mode or Game State

Hello, I’m making my ever first multiplayer game and I’m not sure at all where should I create my round timer, in Game Mode or in Game State?

Hi, everything you put in the GameMode cannot be accessed by clients. So if you want the clients to know about the round timer, then don’t put it in the GameMode. For things that the clients should know about you would rather put that into the GameState.

You can also read through this here to get a feeling for what would go into the GameMode and GameState Game Mode and Game State | Unreal Engine Documentation