In this project, the Scratch Cat is doing roll call with Gobo's friends: Giga, Nano, Pico, and Tera. But everything is happening all at once! How do we fix the program?
We added the wait blocks in between the broadcast blocks in the same pattern throughout the script, so all the "i'm here" didn't play at the same time. We also seperated the broadcats blcoks to prevent the issue also.