#End Error
1 messages · Page 1 of 1 (latest)
Both your if statement have no ends
Where should I place them?
Before and after the” end)”
Oh wait, you also didn’t close your for loop
Actually, just reading this code, it is a tad confusing. Why not just task.wait(10) before connecting the killBrick.Touched event
oh that is a good idea
I just used ai for some help
it said that task.wait(1) would cause a 1 second pause between iterations
Well yes, but why are you iterating it?
All you’re doing is counting up and checking if it has been 10 seconds. Might as well just wait 10 seconds in 1 go
I was using it as a timer but Im just realizing I can do task.wait
** You are now Level 1! **