ðCrawling
Enabling Crawling
By default, crawling is Enabled in rpemotes-reborn and is a standalone implementation. To disable crawling, change true
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'
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.
Keybind/Command
Action
RIGHT CONTROL
Toggles crawling
/crawl
Toggles crawling
Last updated