This is a clone-based text engine that supports color formatting, automatic word wrapping, custom positioning and resizing. Give it a try, and feel free to use in any projects (with credit)! Font is by me, because I love designing pixel fonts for some reason. Easy to use! Just backpack the "text" and "control" sprites, and use the custom blocks in "control" to print, format, and clear text. I split it into two sprites so all the heavy code could stay in one while the interface lives in the other. Limit 300 non-whitespace characters onscreen at one time due to Scratch restrictions. Update 3.13.2021: Added some new features to allow more flexible text manipulation! + Text can now be grouped with IDs. Groups of text can be cleared or manipulated together while other text is unaffected. + Added the "move" block to add some motion to your text. + Added the "format" block to change your text's appearance after it's been printed. + Formatting codes now support relative values (~) in addition to absolute.