# Help with car physics and soft bodys

**URL:** https://forum.makecode.com/t/help-with-car-physics-and-soft-bodys/40523
**Category:** Help
**Created:** [November 18, 2025, 12:34am UTC](https://forum.makecode.com/t/help-with-car-physics-and-soft-bodys/40523 "2025-11-18T00:34:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![coppercode](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/coppercode/32/26022_2.png) [@coppercode](https://forum.makecode.com/u/coppercode)
#### Post date: [November 18, 2025, 12:34am UTC](https://forum.makecode.com/t/help-with-car-physics-and-soft-bodys/40523/1 "2025-11-18T00:34:17Z")

</div>

does anyone know how to make car physics with springs and crash physics

---

<div class="post-metadata">

### Author: ![Bifrosty](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bifrosty/32/24819_2.png) [@Bifrosty](https://forum.makecode.com/u/Bifrosty)
#### Post date: [November 19, 2025, 6:28pm UTC](https://forum.makecode.com/t/help-with-car-physics-and-soft-bodys/40523/2 "2025-11-19T18:28:42Z")

</div>

This is quite an endeavor in makecode.

Here is how I would achieve this: I would divide a car into several sprites. Using the sprite data extension I would assign each sprite a varible that measures how damaged the part is. Then code the parts to stay in place if they are not damaged, the more damaged they are–the more they can move. If they become too damaged they break off. Every time a part hits a wall it would damage itself and slightly damage any parts next to it. The cars controls could become increasingly less maneuverable the more damaged it is.

---

<div class="post-metadata">

### Author: ![coppercode](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/coppercode/32/26022_2.png) [@coppercode](https://forum.makecode.com/u/coppercode)
#### Post date: [November 20, 2025, 5:11am UTC](https://forum.makecode.com/t/help-with-car-physics-and-soft-bodys/40523/3 "2025-11-20T05:11:52Z")

</div>

can you please try to make a demo I’m sorry but I’m not as good as you a I have no idea what you just said and is there a to make suspensions and soft body’s like this [Ragdoll test!](https://forum.makecode.com/t/ragdoll-test/5965)

---

<div class="post-metadata">

### Author: ![Bifrosty](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bifrosty/32/24819_2.png) [@Bifrosty](https://forum.makecode.com/u/Bifrosty)
#### Post date: [November 21, 2025, 3:43am UTC](https://forum.makecode.com/t/help-with-car-physics-and-soft-bodys/40523/4 "2025-11-21T03:43:05Z")

</div>

Like I said, this is defintley higher level “makecoding.” If you don’t understand then you should try to build up to it! Nonetheless, I’ll make a extremely rudimentary version of my idea for reference.

I’ve added comments to explain the code in the demo here →

> **[carCrash](https://arcade.makecode.com/S61225-66375-68649-14089)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

Hope this helps! 🙂
