# Game help

**URL:** https://forum.makecode.com/t/game-help/31552
**Category:** Help
**Tags:** game
**Created:** [November 6, 2024, 5:50pm UTC](https://forum.makecode.com/t/game-help/31552 "2024-11-06T17:50:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Awesomefreez](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/awesomefreez/32/24832_2.png) [@Awesomefreez](https://forum.makecode.com/u/Awesomefreez)
#### Post date: [November 6, 2024, 5:50pm UTC](https://forum.makecode.com/t/game-help/31552/1 "2024-11-06T17:50:51Z")

</div>

pls help dashing doesn’t work for player 2 you press up to dash.

> **[Cruelty](https://arcade.makecode.com/S37855-03111-07560-49571)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![anon30657772](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@anon30657772](https://forum.makecode.com/u/anon30657772)
#### Post date: [November 7, 2024, 5:02pm UTC](https://forum.makecode.com/t/game-help/31552/2 "2024-11-07T17:02:06Z")

</div>

It seems you zero the player’s 2 movement by using the player 1’s block!

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/c/3/c3d63a7796d8a6891a074048e40a123c406e014e.png)

When I changed it to the player 2 movement block, the dashing worked!

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/b/4/b42977f5c5c1aa27a0d1af898eb9309ead7a486f.png)

You also have some minor bugs similar to this in your parry code and your movement reset code as well. [_ **Here’s** _](https://makecode.com/_10b2UbgPmMvm) the version after I did the changes. I hope this helps!

_PS: Right click in an empty spot then select “format code” to easily organize your blocks!_

---

<div class="post-metadata">

### Author: ![Awesomefreez](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/awesomefreez/32/24832_2.png) [@Awesomefreez](https://forum.makecode.com/u/Awesomefreez)
#### Post date: [November 12, 2024, 3:37pm UTC](https://forum.makecode.com/t/game-help/31552/3 "2024-11-12T15:37:36Z")

</div>

thank you it was driving me insane.  
In a world of virtual insanity
