๐Crouching
Enabling Crouching
By default, crouching is Enabled in rpemotes-reborn and is a standalone implementation. To disable crouching, change true
CrouchEnabled = true,to false in config.lua
Changing Crouching Keybind
By default the crouch keybind is set to LEFT CONTROL or 'lcontrol' in config.lua. To change this, change the value 'lcontrol'
CrouchKeybind = 'lcontrol',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.
Extras
Crouch override is set to false by default. If set to true in config.lua the player will not enter stealth mode even if the crouch key and the "duck" key are the same.
CrouchOverride = false,Keybind/Command
Action
LEFT CONTROL
Toggles crouching
/crouch
Toggles crouching
Last updated