How can I save the game data?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tavo

In other words, I have a game that each level has a “score” of a certain amount of time. What I want to do is save the player’s game (Score) without having to start over from level 1

:bust_in_silhouette: Reply From: Bimi124

Just save a simple textfile. For more Information just read the File system totorial and the introduction of the File object for more information. Note: the files in ´res://´ can’t be changed in the final binarys.