Save Game?

I’ve been working on a couple of projects over the years but I still pose a question. How can I make a save system on my games?

I tried using the high score example and replacing the label with a number, and when a user comes back to the game, so does there save file. But it only showed a high score (as i should’ve guessed)

So how can I make a save system?

Its kinda hard to read what your asking…

You can make several different systems out of saves. You can have a save for high scores, shops, items, etc.

A save just saves the number you put into it so you can use it when you come back. Saves are not a save state.

What are you trying to have saved? Are you saying like Levels, Scores, Shop, and stuff like that?