Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you make save codes?
- UniGrl11
-
13 posts
How do you make save codes?
Hi! I can’t figure out how to make a save code for one of my projects and I really would like to know how to make them.


- EpicTangerine
-
100+ posts
How do you make save codes?
Reporting to be moved (this kind of topic is for the Help with Scripts forum)
Last edited by EpicTangerine (July 9, 2023 12:23:23)
- Xenogeneticon_No_2
-
3 posts
How do you make save codes?
I have come across a few different tutorials to make save codes, and I think the best one would be the one made by DKuniverse
just enter “dkuniverse save system on scratch” in the YouTube search bar
just enter “dkuniverse save system on scratch” in the YouTube search bar
- josueart
-
500+ posts
How do you make save codes?
https://scratch.mit.edu/projects/873191729/
Inside, you'll find some define blocks. Backpack them.
Explanation:
The Add value block will store the desired value in the variable “save code”, via adding a separator, in this case, “;”.
The Split block will split the save code via the “;” separator, and it will store up all the values in the Split Results list.
Beware: this is a simple example of how to make a save code. You'd need to make some kind of verification system to check if the code is valid, and another system for encrypting the code, because anyone can easily modify the save code and give themselves 100000000 points, or something like that.
Inside, you'll find some define blocks. Backpack them.
Explanation:
The Add value block will store the desired value in the variable “save code”, via adding a separator, in this case, “;”.
The Split block will split the save code via the “;” separator, and it will store up all the values in the Split Results list.
Beware: this is a simple example of how to make a save code. You'd need to make some kind of verification system to check if the code is valid, and another system for encrypting the code, because anyone can easily modify the save code and give themselves 100000000 points, or something like that.
- UniGrl11
-
13 posts
How do you make save codes?
Thank you all so much!! I will try all of these ideas!!!
Last edited by UniGrl11 (July 15, 2023 13:30:38)
- Daisy_Kat
-
100+ posts
How do you make save codes?
Hmm… I don't really know how to help, but Zinnea has a tutorial: https://scratch.mit.edu/projects/471509671/
- UniGrl11
-
13 posts
How do you make save codes?
https://scratch.mit.edu/projects/471509671/I will try this!! Hmm… I don't really know how to help, but Zinnea has a tutorial:
- UniGrl11
-
13 posts
How do you make save codes?
I no longer need save code help anymore because I am using @Zinnea tutorial
Last edited by UniGrl11 (July 15, 2023 13:36:33)
- Discussion Forums
- » Help with Scripts
-
» How do you make save codes?