Works with capital letters! An encoder/decoder that turns any string into an ID compatible with cloud variables! You can use with credit. Supported characters: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ`1234567890-=~!@#$%^&()_+[]\;',./{}|:"<>? (and even ' ', but that's just a space.) How it works: Every character is encoded in this order: Capitalization Boolean (0 if lowercase/a symbol or 1 if capitalized), First Digit of Character ID (0 if the character ID is one character long), Second Digit of Character ID. So in non-word vomit format, that means that 'A' would be 101. The first 1 because it is capitalized, the 0 because its character ID is 1 character length, and the 1 because, well, it is the first letter of the alphabet. Changelog: ∘ Added the 'Decode and filter ID: ()' block. ∘ Unsupported characters now display as '?'. ∘ Released. "For every project, there is a literal BLOCK of tags at the bottom of the text box." #all #games #cloud #encoder #decoder #numerical #ids #id #idontknowwhattoputhere