Load player clothing from Game Save

Have you tried having the level BP call the “construct avatar” function in the game instance? So after level 2 opens, have its level BP get the game instance, cast to your game instance and call the construct avatar function. Also, I don’t know why you have an infinite loop. Where is this print string coming from? I don’t see it in the BPs you posted.