hi i want a this command to start after the 2 seconds from when the game starts
spawnTimer = (spawnTimer+1)%720;
if (spawnTimer%60 == 0){ thisGame.Score++;}
