This uses my username rendering engine: https://scratch.mit.edu/projects/201575412/ I wanted to see how fast my engine could draw usernames. So, I remixed @griffpatch_tutor's project and replaced it with my text engine. On average, it runs about 1.5 times as fast as the original project. On my computer, it draws about 600 to 900 and sometimes even 1000 text per second. The reason it draws faster, is because this engine uses a vector font, rather than the original project, which uses a bitmap font. The font for this text engine was inspired by the original projects. Be sure to look at both of them!