Multiple Input Bug

Shift + C as an input doesn’t work.

If you use UserInputService and try to check for keyCode C inputs while the player is holding down the leftShift key, roblox studio will not detect the input of the C key, only the release of the C key. This bug only happens to the C key, if you try to replicate it for example with the F key, it will work normally.

This happened in a local script in StarterPlayerScripts, and I noticed it today, 29/09/24.
image


Here is a photo of example code and a video demonstrating the issue.
Here is the place:
BrokenUserInput.rbxl (52.8 KB)

To replicate the bug, hold down shift and press the C key and you will see in the output that only the “Crouch released” is printed in the output. This bug works 100% of the time.

1 Like