Thanks to Wax01 for the original project. I just fixed the glitch where the clones get stuck in the border when the words go to the edge of the screen, caused by scratch not allowing sprites to go outside the border. This is done by adding a new costume called "BIG" which is bigger than the normal sprite meaning it can go further from the edge without being stopped because it goes too far off the edge. Then, it switches back to the original sprite and it stays in the same position even though it's off the border.