Getting Left/Right arrow key inputs

Please note that my above-mentioned solution to disable the Camera-pan keys is obsolete–
Now the PlayerScripts/StarterPlayerScripts/PlayerModule/CameraModule/... scripts
use ContextActionService keybindings, so you can simply now use CAS:BindActionAtPriority()
with a higher priority than Enum.ContextActionPriority.Default.Value to use your left & right arrows ( Enum.KeyCode.Left / Enum.KeyCode.Right ) for something else.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.