Custom Movement Keybind

I want to change how player press their keyboard to move their character

Normal ROBLOX use:

  • W - move forward
  • A - move left
  • S - move backward
  • D - move right
  • Space - Jump

I want to change it:

  • W - Jump
  • A - move left
  • S - crouch :)? (Lower player hip height)
  • D - move right
  • Space - just disable

can someone help me please because i cant search on google anything like this.

1 Like

I suggest you look into ContextActionService

Looks like you want to make player’s movement similar to Temple Run.

Use ContextActionService to unbind the current keybinds and bind it again to another keys.

Maybe take a look here.

i can disable the forward/backward but i dunno how to make W = jump

As far as I know, there is no easy way of doing this. You can try writing your own movement system

no im trying to make 2d fighting game like mortal kombat

You have enable mouse control via the setting tab in-game. This will allow you to click a in-game part and your character will move to it.