Detect a thumb stick press on Xbox

I want to be able to make the character sprint when they press down on the movement stick on Xbox but I don’t know what input fires if they do that if there is any at all.

I tried finding some input that might detect it but all I found was Enum.KeyCode.ThumbStick1 which I’m guessing also includes when they just try to walk.

I am using context action service to detect inputs by the way.

1 Like