Hey there, I tried using a game instance, but I wasn’t very successful. Here’s what I did: I created a variable called ‘nick’ in the game instance and set its value to ‘abc’ by accessing the game instance from the Player Controller. When I move to a new level, I access the value from the game instance through the ‘event on postlogin’ in the Game Mode section, and yes, I successfully retrieve the value ‘abc’ for the first player. However, even though the second player sets the game instance value to ‘bbb’ while in the menu, when I transition to a new level, it still displays the old value, which is ‘abc’. I couldn’t figure this out. Could you please assist?