Created by me, @cat-991. To use: Take the second sprite, or just the code. Use the "Upload" and "Download" blocks. *If you take only the code, follow the instructions to create a costume with the right name. If you do use this please somewhere credit me. Inside this project are several examples of what you can do with this list. A high score example, a basic send message example, etc.
STATS: Max character count: 128 * variables used - By default 6/10 variables are used, so that is 768 characters. Supported characters: abcdefghijklmnopqrstuvwxyzáéíóúñ1234567890-=!@#$%^&*()_+,./?¡¿;':"ABCDEFGHIJKLMNOPQRSTUVWXYZÁÉÍÓÚÑ - That's a total of 99 characters. They can be changed out if needed, but going over 99 will break the code. FAQ: - how to use? Drag the sprite into your backpack, drag it into your project, then add your own code using the upload and download as needed - why 99 characters? Cloud limitations. Each character is represented by a 2 digit number, of which there are 100, but "00" is a separator. - can I make chat room? short answer: NO! Scratch rules specifically prohibit those. This project is intended for leaderboards, viewer lists, etc. However, if you only allow the user a selection of some few phrases, then it is allowed. - how much it store? With the default 9 variables it stores 1152 characters, excluding separators. The program will only upload the first 1152 characters in the list.