unkeybind - EdgeIY/infiniteyield GitHub Wiki

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
⚠️ **GitHub.com Fallback** ⚠️