Game doesnt pick up F key input while holding Left Control

Basically, im coding a movement game and one “mechanic” is sliding by holding left control. While holding down the key you can do all of the other mechanics such as grappling, dashing etc which use various keys from shift to q to r.

For some reason, while implementing a kick mechanic that used the F key I was unable to recieve a input from uis while holding down Left control. I chanegd the input to multiple other keys and i can pick up inputs while sliding using the other keys but NOT the F Key.

Does anyone know why this is happening? Let me know if you need anything clarified and i will attach a small video below.

Also I am just starting to code after a while and I know its atrocious looking idk how to make clean code

Does in work in the Roblox client? Studio might have keybinds that messes with it.

1 Like

It did end up working in roblox client, i completely forgot to test that. It turns out Cntrl + F was the comand to look up stuff in scripts (I previously only used the button) and after changing it to ALt + F it works just fine in studio. Thanks a ton for the feedback.

Just so you know, you can disable it in the settings if you want to.

2 Likes