Fixed the numbers stacking on top of each other- your start button was triggering twice. I added a "wait until: <not (mouse pressed)> " so it only triggers once. Just a tip, try rather than having everything on a "forever loop", instead run sequentially, triggered by broadcasts. It reduces lag, makes the game less bug-susceptible, and generally makes the code easier to understand. Check out @Kintosee for cool games!