addbind - EdgeIY/infiniteyield GitHub Wiki

Documentation

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

Description

Binds cmd to key key. The value of key should be tostring(Enum.KeyCode.KEY)).

Example

--Note: This is just a snippet
["Function"] = function(args,speaker)
  addbind('esp',tostring(Enum.KeyCode.W))
end
⚠️ **GitHub.com Fallback** ⚠️