removeKeybind
-- Disable a keybind temporarily
ps.removeKeybind('F1')
-- Later re-enable it
ps.addKeybind('F1', 'openMenu')Last updated
-- Disable a keybind temporarily
ps.removeKeybind('F1')
-- Later re-enable it
ps.addKeybind('F1', 'openMenu')Last updated