This custom block will allow you to convert English text into Aurebesh, the language used in Star Wars. This text engine supports letters a - z, as well as most punctuation. It also includes Aurebesh's special characters like Shen, which represents the pair 'sh'. Feel free to remix or backpack! Credit is appreciated :)
Credit to Lucasfilm for inventing Aurebesh, the person who made my cheat sheet, me for art and coding, MIT for creating Scratch, and God for everything else. Notes: 1: Aurebesh does not have capital letters. Thus, all inputs must be in lowercase 2: Aurebesh has different characters depending on the direction of apostrophes and quotation marks. Since Scratch has no way to tell the difference between a left quote and a right one, I currently have it set up to choose the correct character based on where there are spaces in the text. This should work for almost all uses, you can let me know if you have any issues with it. 3: Aurebesh does not have any official characters for numbers. I have used the form of numbers commonly used elsewhere in Star Wars; you may change them if you wish. 4: My engine supports special escape characters, signified with a backslash (\). The only one I have currently coded is \n, which starts a new line.