#2D Movement. Binding WASD help.

1 messages · Page 1 of 1 (latest)

mint abyss
#

I'm trying to learn how to make keybinds do something special with the player. I want the player's A and D movement to change orientation left and right in a snappy, terraria way. With the W key being Jump. How can i do that?

opaque jacinth
#

userinputservice or contextactionservice

mint abyss
opaque jacinth
#

contextactionservice can sink those inputs

#

userinputservice won't so you'll need to override it some other way

mint abyss
#

So it's best to use ContextActionService?

opaque jacinth
#

probably idk. there is no should do, or best way, to do any one particular thing. everything has its trade-offs.