Yes I know the game mode only exists on the server My character is stored as an integer in my player controller, (I have multiple character BP’s so I reference them by a number in the player controller) but my game mode won’t get the value unless it’s the host/Server PC. I thought the game mode has access to every connected controller? I have another question, when exactly is the game mode spawned? Is it right after the level is loaded? See the 2nd picture when I casted to my player controller, why don’t I get a value. Thanks