https://devforum.roblox.com/t/how-to-check-for-enumuserinputtype-or-enumkeycode-with-no-errors/3370682
How to check for enum.UserInputType or enum.KeyCode with no errors? - Scripting Support - Developer...
Jan 11, 2025 - local keybinds = KeybindManager.keybinds local keybind = keybinds[tool.Name][script.Name] local success, result = pcall(function() return...
how to check