NOTE: There is a currently unknown glitch of not registering users. The cloud list will not save if you are offline or a New Scratcher. Hello! Do you remember the cloud list I did a while back? Well, it was quite larger than it needed to be. With just a few extra blocks for how to simulate strings, you can simulate cloud lists! My other cloud list took a ton of space, time and code, but this improves drastically on all such aspects! Not including the script when ran, This engine uses about 72 blocks! It works by encoding each string into number corresponding to when they appear in the list of characters, when putting all values together separated by a "39" (one more than the length of the list). When it decodes, it converts the string until it notices a "39". Afterwards, it prints it off and begins with next string, until done. It supports the 38 characters used for usernames, but can support up to 98 characters. To do so, add such characters to "key" and replace all 39's with one more than the length of "key." CREDITS: Scratch Wiki for the string encoding and decoding scripts. freepik.com/vectors/cool-blue-wallpaper for the blue background.