--CHA0S-- --CHA0S-- loading
You could also use a save code that a player can copy and paste back into the project that restores their previous data. It is commonly done by encoding the values you want into numbers, then a break in between values saved, I use 00 for my breaker. Then you let the player save it. Then to use the code the player pastes the code and you decode the numbers and set the certain variables to the correct values.