Timer Stopping Code

Im making an arcade game, and have button A as a projectile, I am trying to now add a button B projectile that you can only press after 30 seconds each time. However, if i add the normal timer it just stops the code and won’t let me launch the thing. If anyone can help, please do

3 Likes


Welcome to the forums!
Go to extensions and add the timer extension. You can use the top block to make your projectile shoot only after 30s (30,000ms) This block is also useful for invincibility frames and general convenience when registering button spamming.

2 Likes