๐Ÿ”ˆ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

circle-exclamation
circle-info

Get the button string herearrow-up-right.


Keybind/Command
Action

RIGHT CONTROL

Toggles crawling

/crawl

Toggles crawling


Last updated