-
Notifications
You must be signed in to change notification settings - Fork 349
addbind
Toon edited this page Jan 5, 2026
·
2 revisions
void addbind(<string> cmd, <string> key)
Binds cmd to key key. The value of key should be tostring(Enum.KeyCode.KEY)).
-- Note: This is just a snippet
-- This would add a new bind that toggles swim with the C key.
["Function"] = function(args, speaker)
addbind("toggleswim", tostring(Enum.KeyCode.C))
endInfinite Yield
Plugins
Core Functions