Saving Backgrounds for a Art game to then load in later

Does anyone know how I would save backgrounds to memory or as like a key so that the player could for example save a artwork and then close the tab. And then like say a couple days later they go back to the game and reload in their art work. I’ve tried using the settings extension and the better setting extension (by @Sarge ) but I kept getting streams of errors and when I got it to partially work, It was very buggy and didn’t save correctly. The game in question that I’ve been trying to add it to is my game called ARCANE DRAWINGS. (A actual working painting game) [COMPUTER ONLY] any help would be greatly appreciated :smiley:

Have you tried this yet? I have no idea if this will even work just fyi.

1 Like

or the better settings extension https://github.com/sargedev/bettersettings

Which has a image save block

In the post I said that I already tried the better setting extension

Yes I’ve tried this, it also didn’t work

oh sorry

If you’re loading screen size images into storage you will run out of storage very quickly… I assume that’s what’s causing your errors. Which error code or exception is makecode showing?