Feel free to use this in any of your projects. ------------------------------Notes----------------------------------- Hello! Welcome to my Save/Load Engine. This was originally an entry to @ I_LiKE_mashedpotatos's contest. With this engine, you can make a project where people can save their project, and then come back to it later. This works by encoding all the variables that need to be saved and then making a code out of it. Then, when the player puts the code back in, the engine decodes it, and then it sets all the variables to that. If there are any bugs, please comment on them. In this example, you can change the variables, and then you can click Save and then click the green flag again. Put your save code into the Load button, and your progress will be resumed! I hope you enjoy it! -bitcode100 -------------------------------Changes------------------------------ v1.2 - 8/16/21 - Fixed encode/decoding bug. v1.1 - 8/5/21 - Simplified instructions and re-wrote most of the code v1.0 - 9/30/20 - Initial release ----------------------------Credits----------------------------------- All art and code by me. Thanks to @I_LIKE_mashedpotatos for hosting the engine contest. Thanks to you for watching. Tags: #Save #Load #Engine