Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What are the Keycodes for left arrow and right arrow?

Asked by 6 years ago

For userinputservice, how do i make it so it does if inputObject.KeyCode == Enum.KeyCode.--> or if inputObject.KeyCode == Enum.KeyCode.<-- ? Is there any special code for it?

1 answer

Log in to vote
1
Answered by
theCJarmy7 1293 Moderation Voter
6 years ago

Enum.KeyCode.Left and Enum.KeyCode.Right a full list can be found here.

Ad

Answer this question