I'm not genderfluid either, I wanted to build upon @063776's concept of a project that displays your pronouns. Except this time, it works with ANY set of pronouns. The way it works is that this time, the text is rendered on-the-fly, instead of the project choosing from a pre-determined set of pronouns. Steps: 1. Remix this project 2. Set "uName" and "uName-alt" to your username and alt username (if you have an alt). Blocks to do so can be found in the stage 3. Set your pronouns 4. Your preferred pronouns will automatically be updated! 5. Click on the background and/or prideflag to change them, and they too will be updated! The hardest part of this project was probably having to type the alphabet, I dunno, 7 or 8 times. The rest of it, such as re-adapting my text engine and creating a way to encode letters to numbers were actually pretty straightforward. The only bug I can see is that the engine only supports decoding of capital letters. This is due to the way Scratch processes text, and I don't think there's anything I can do to fix it... (Second most popular project on my alt what the heck)
NOTE: For those wanting to fully test this before remixing, you can use Turbowarp to "impersonate" me. Go to turbowarp.org/600796130/ and click "edit", then click "change username". Finally, set the username to either CZSuperboy or Lightningstryker and click the green flag. Credits: @063776 for this concept and most of the graphical assets. I loved the idea of this project so much!!! Me for the text-rendering engine and the number encoding/decoding switches. Shoutout to @Mentalbox for making me aware of a quirk in the decoder.