Not much you can do on here... I wanted to make a cloud encoding engine, so here it is! FAQs: Q: Is it case sensitive? A: No. (See notes at the bottom) Q: Why do I need this? A: To make cloud-multiplayer games and other stuff Cloud variables store only numbers, not letters. Read this for more information on cloud variables: https://scratch.mit.edu/info/faq#clouddata Note: You CANNOT make a chat room using cloud variables (See the link up there) Other: Unsupported characters are replaced with []. See inside for more details. Click the cat for loading code. The code list displays the code to copy.
All by me. You can use if you want. Just backpack the cloud sprite and credit me! You can add more characters if you like. v1.1: Discovered that the char list would not load at all when backpacked and moved to a different project. Improved on the way it worked. (also an easy way to add more chars at the same time) v1.2: Added how to copy and paste the code. See inside. v1.2.1 Changed order of char list and added new chars. v1.3 Attempt to add uppercase (testing) 1/15/21 Case sensing failed. Removed case-sensing because it would not work.