Select Different Character HELP

Silik1 is right. You need to use a GameInstance for this to work. GameModes, Controllers, Characters, and everything else is basically destroyed when you switch between your levels. So any variables set outside the GameInstance will be destroyed. The only other good option, but unnecessary, would be to use a game save.