-
Notifications
You must be signed in to change notification settings - Fork 353
unkeybind
Toon edited this page Jan 5, 2026
·
2 revisions
void unkeybind(<string> cmd, <string> key)
Note: void means no return values
Unbinds key from cmd. The value of key should be tostring(Enum.KeyCode.KEY)).
-- Note: This is just a snippet
["Function"] = function(args, speaker)
unkeybind("toggleswim", tostring(Enum.KeyCode.C))
endInfinite Yield
Plugins
Core Functions