# I need some help with this:

**URL:** https://forum.makecode.com/t/i-need-some-help-with-this/41068
**Category:** Help
**Created:** [December 17, 2025, 11:39pm UTC](https://forum.makecode.com/t/i-need-some-help-with-this/41068 "2025-12-17T23:39:48Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![game\_bird](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/game_bird/32/28219_2.png) [@game\_bird](https://forum.makecode.com/u/game_bird)
#### Post date: [December 17, 2025, 11:39pm UTC](https://forum.makecode.com/t/i-need-some-help-with-this/41068/1 "2025-12-17T23:39:48Z")

</div>

I need help making an extention for a project I’m working on, could anyone help me with this? Just some instructions or basis code would do.

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [December 19, 2025, 3:42am UTC](https://forum.makecode.com/t/i-need-some-help-with-this/41068/2 "2025-12-19T03:42:55Z")

</div>

I know all about extensions! What exactly are you looking to make?

---

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [December 19, 2025, 4:21am UTC](https://forum.makecode.com/t/i-need-some-help-with-this/41068/3 "2025-12-19T04:21:19Z")

</div>

Specifically what extension?  
We could use the knowledge on what you need so we might be able to make some recommendations.

If you want to make your own custom extension, create a file.ts and code with JavaScript or Python.

---

<div class="post-metadata">

### Author: ![game\_bird](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/game_bird/32/28219_2.png) [@game\_bird](https://forum.makecode.com/u/game_bird)
#### Post date: [December 20, 2025, 6:32pm UTC](https://forum.makecode.com/t/i-need-some-help-with-this/41068/4 "2025-12-20T18:32:56Z")

</div>

Just a single block extention to help with a random movement generator.

---

<div class="post-metadata">

### Author: ![redSprite](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/redsprite/32/34262_2.png) [@redSprite](https://forum.makecode.com/u/redSprite)
#### Post date: [December 22, 2025, 5:49pm UTC](https://forum.makecode.com/t/i-need-some-help-with-this/41068/5 "2025-12-22T17:49:58Z")

</div>

Can’t you put a pick random into a set sprite vx/vy block?

Or a set velocity for that matter.

---

<div class="post-metadata">

### Author: ![game\_bird](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/game_bird/32/28219_2.png) [@game\_bird](https://forum.makecode.com/u/game_bird)
#### Post date: [December 27, 2025, 5:48pm UTC](https://forum.makecode.com/t/i-need-some-help-with-this/41068/6 "2025-12-27T17:48:14Z")

</div>

Oh… I didn’t think of that…
