How do I save data (variable) even when the game is closed

I want to add an offline saving system that does not require database and would store variables even if the user closes the game. How do I do that? Is there a type of variable that would store data forever?

It’s called a save game :slight_smile: