MineTurte MineTurte loading

SuperGamerGG2 wrote:

Hello, I'm trying to make a save code mechanism in the “save data” sprite, but I just stuck. Please help me!
https://scratch.mit.edu/projects/969611148/editor/
Well it depends. If you want it so people can't easily just alter it you'll either have to use some really advanced encoder, or just hide the code by editing the JSON file. If @Malicondi happens to see this post he can probably provide you with a link on how to edit the JSON file, cuz I don't know how lol.

But if you don't mind people being able to change it then:
when I receive [ generate code]
set [ code] to (join [username] (join [|] (join (coins) [|])))

If you need the decoding script too, ask.
Hope I helped btw!