🔈Crawling

Enabling Crawling

By default, crawling is Enabled in rpemotes-reborn and is a standalone implementation. To disable crawling, change true

config.lua
CrawlEnabled = true,

to false in config.lua


Changing Crawling Keybind

By default the crawling keybind is set to RIGHT CONTROL or 'rcontrol' in config.lua. To change this change the value 'rcontrol'

config.lua
CrawlKeybind = 'rcontrol',

to desired value in config.lua

No other changes are needed in config.lua for the keybind change to take effect as crouch keybind is set to true by default.

Get the button string here.


Keybind/CommandAction

RIGHT CONTROL

Toggles crawling

/crawl

Toggles crawling


Last updated