This project is where I originally encountered the bug demonstrated here: https://scratch.mit.edu/projects/832607479/ That project is a pared down copy of this one I created to show the bug as clearly as possible after noticing it here. Each clone is supposed to have its own x position, y position, and Type variables, that determine its position and type. However, due to the bug they are using the main sprite's version of the variable, causing them to all pile up in the same position instead of stacking correctly. I am using Firefox 111.0.1 on Windows 10.