How to Make a Save/Load Feature for Top-Down

This is JUST save load variable (which is actually how we save stuff in our games)

So if you set your player position to some var
Then save it to storage
Then when game is open again load storage
AND THEN set position to variable that was loaded from storage
You will get what you want

In bottom of that post i do that to music