READ EVERYTHING! [INSTRUCTIONS] - Move with the arrow keys to collect gems. Press Y to save Press U to load Press SPACE to change the costume (This is just to show how the save code can also store specific costumes) If you touch a red gem you lose a life. If you die you have to click the green flag twice (That is currently a bug I am trying to fix) [NOTES] - Data Serialization is a way to save your progress in a game (Literally just a save and load engine). This is my second attempt and I think I did pretty good. This one is more customizable than the first one and can now store coordinates, directions, and basically anything you want while my first attempt could only store single digit values. Example Codes: -119|90|-81|4|51|2| 0|0|90|1|1000000|3| (this one gives you 1M gems) This is the first attempt: https://scratch.mit.edu/projects/1111095452/ Unlike the first version, I will be updating this one consistently to make it better and fix potential bugs. This is likely the last data serialization test I make [CREDITS] - Code entirely by me, but feel free to use with credit.