Hi,
I’m writing a script to make a player sprint with the left shift key, but for some reason, the game processed boolean is true when, and only when, I press left shift.
Code:

Output:
![]()
I did a search through all scripts for “Enum.KeyCode.LeftShift” and “LeftShift” to check if there was anywhere else it was being used, but I couldn’t find anything. Any ideas as to why this is happening?
Thanks.