WASD walking system - Need help!

Status
Not open for further replies.
Level 4
Joined
Sep 10, 2009
Messages
18
Hello guys!

I am wondering if someone can help me make WASD system in my map?
Ill send you the map, and if you can create it for me, i would be MORE than happy!! :D
I am making a Battle Royale game, its gonna be epic!


Thank you!

Looking forwards hearing from you!
 
WASD is functionally much, much harder to do than arrow keys. The reason is that arrow keys have a key down and a key up event. For WASD you can only detect a keypress down with a spell that has that hotkey, but otherwise can't learn when a player lets up on that key. You can still test by forcing the hotkey with call ForceUIKey("W") and seeing if it fires, but that's much less ideal and actually takes frames to update.
 
Status
Not open for further replies.
Back
Top