Reproduction Steps
Paste this code into a localscript and press the A button on a gamepad.
game:GetService("ContextActionService"):BindAction("StartGame", function() print("A Button Pressed") end, false, Enum.KeyCode.ButtonA)
Expected Behavior
I expected it to override the character jump and print out “A Button Pressed”
Actual Behavior
The player is still able to jump and “A Button Pressed” is never printed
Workaround
Continue to use an outdated script created by Roblox called ControlScript
Issue Area: Engine
Issue Type: Other
Impact: Very High
Frequency: Constantly
Date First Experienced: 2021-11-20 00:11:00 (-06:00)
Date Last Experienced: 2021-11-20 00:11:00 (-06:00)