I needed a modular way to sort lists, but Scratch is really dumb!! To create a solution, I made a custom block, handled all the edge cases, and did a bit of cooking. Move with WASD to test it out! About the project -- - String to list converter SBI (Sort by index) - Bubble sort by value & update index (SBI = false) - Bubble sort by index (SBI = true) There are notes spread throughout the project explaining how it all works. If you have any questions, feel free to ask! Credit is required.