# Advanced Help

**URL:** https://forum.makecode.com/t/advanced-help/29620
**Category:** Help
**Created:** [July 8, 2024, 11:02pm UTC](https://forum.makecode.com/t/advanced-help/29620 "2024-07-08T23:02:14Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![BloonsFan3](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bloonsfan3/32/16226_2.png) [@BloonsFan3](https://forum.makecode.com/u/BloonsFan3)
#### Post date: [July 8, 2024, 11:02pm UTC](https://forum.makecode.com/t/advanced-help/29620/1 "2024-07-08T23:02:14Z")

</div>

I think we might need richard here to solve this one…  
Basically what I was doing was I was making some array stuff in blocks and I needed to start working on a placing mechanic. I removed some blocks to make sure that there was nothing to start. Then I needed to switch to javascript to add a special object (eg. null, undefined). But the second I did that, my entire project broke and gave me 10 errors.  
Heres the project link

> **[sendHelp](https://arcade.makecode.com/46863-96948-88528-29943)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![KIKIvsIT](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kikivsit/32/10492_2.png) [@KIKIvsIT](https://forum.makecode.com/u/KIKIvsIT)
#### Post date: [July 8, 2024, 11:47pm UTC](https://forum.makecode.com/t/advanced-help/29620/2 "2024-07-08T23:47:44Z")

</div>

Did you also happen to remove an extension, by any chance?

---

<div class="post-metadata">

### Author: ![KIKIvsIT](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kikivsit/32/10492_2.png) [@KIKIvsIT](https://forum.makecode.com/u/KIKIvsIT)
#### Post date: [July 8, 2024, 11:49pm UTC](https://forum.makecode.com/t/advanced-help/29620/3 "2024-07-08T23:49:57Z")

</div>

If you change the start timer line to:

let startLocations: number =

Then you’re just left with the timer error.

---

<div class="post-metadata">

### Author: ![BloonsFan3](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bloonsfan3/32/16226_2.png) [@BloonsFan3](https://forum.makecode.com/u/BloonsFan3)
#### Post date: [July 9, 2024, 11:58am UTC](https://forum.makecode.com/t/advanced-help/29620/4 "2024-07-09T11:58:43Z")

</div>

I know the timer error, but thanks for that solution, ill update you if it works or not. thanks!

---

<div class="post-metadata">

### Author: ![BloonsFan3](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bloonsfan3/32/16226_2.png) [@BloonsFan3](https://forum.makecode.com/u/BloonsFan3)
#### Post date: [July 9, 2024, 11:58am UTC](https://forum.makecode.com/t/advanced-help/29620/5 "2024-07-09T11:58:50Z")

</div>

Thanks! I can finally can get into blocks again but now im getting more errors in blocks 😕

> **[sendHelp](https://arcade.makecode.com/96329-40468-28416-08499)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![BloonsFan3](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bloonsfan3/32/16226_2.png) [@BloonsFan3](https://forum.makecode.com/u/BloonsFan3)
#### Post date: [July 9, 2024, 5:54pm UTC](https://forum.makecode.com/t/advanced-help/29620/6 "2024-07-09T17:54:33Z")

</div>

I think i fixed it actually idk
