I have a keybind bound to the “a” key, but now I am prevented from using it to walk around. I remember there is a supported way to account for this, but I can’t remember exactly what it is. How can I bind a key to wasd without canceling its default movement functionalities? Thanks.
1 Like
Turns out this can be resolved by returning Enum.ContextActionResult.Pass
from the binding function.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.