Simple messaging system made on scratch. Challenge lies in the fact that scratch does not support any form of cloud variables other than numerical values, so each character you type is converted into a specific number and back into a character again. I use a total of 10 cloud variables (the limit) and 9 of them carry the message code. Max characters for single cloud variables is 256 so max message length is 2304 characters. Enjoy! -If using please give credit. Upon request I can make special complex systems for your games