Skip to content

unkeybind

Toon edited this page Jan 5, 2026 · 2 revisions

Documentation

void unkeybind(<string> cmd, <string> key)

Note: void means no return values

Description

Unbinds key from cmd. The value of key should be tostring(Enum.KeyCode.KEY)).

Example

-- Note: This is just a snippet
["Function"] = function(args, speaker)
    unkeybind("toggleswim", tostring(Enum.KeyCode.C))
end

Clone this wiki locally