[PLUGIN] Savior

I created a save for every world, I’m saving the player variables on the game instance.

How do I load the game world and then the game instance with the player variables?

I tried creating a save slot only for game instance and others to the levels, then I tried to load game world and then the game instance of a different slot but it didn’t work.

My player can go to another level and go back, so if he goes back it needs the current player variables (items, skills) but the world state of when he left that level (door opened, items that he got don’t appear again, enemies killed).