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
DesertusX
(Worrywort)
#2
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.
i can disable the forward/backward but i dunno how to make W = jump
Zenqpa
(Cyberaxe)
#6
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
Ben_zzr
(Ben)
#8
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.