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?
Enum.KeyCode.Left and Enum.KeyCode.Right a full list can be found here.
Enum.KeyCode.Left
Enum.KeyCode.Right