How can I make a script that allows users to save their project without using that outdated NetScratch? There is a project that uses a save system out there, I heard, but I'm currently blocked on the projects section.
Offline
It is easy. You just create a score variable and the user can save their project using the "save" button on scratch and it'll save.
Offline
The way I make games save is have the player export a list with all the neccisary info(Char Name, Level, Lives, Points, stuff like that) and then when they want to use that save game later, they import the expoted list into the save data list.
Offline