Rpemotes-reborn
  • 👋Welcome to rpemotes-reborn!
  • Overview
    • âœĻOur Features
  • Fundamentals
    • 🛠ïļGetting set up
      • ðŸŽŪEnforcing Gamebuilds
        • ⚙ïļOnesync Infinity
      • âŒĻïļKeybinds/Commands
      • ðŸĪŠRagdoll
      • 👆Finger Pointing
      • 🙌Hands Up
      • 🔉Crouching
      • 🔈Crawling
      • 😒Moods / Walk styles
      • 📷No Idle Cam
      • 🔭Binoculars
      • 🗞ïļNews Camera
      • ⭐Favorite Emote
      • 🔞Adult Emotes
      • 🐕Animal Emotes
  • For Developers
    • ‾ïļImportant note
      • ⏭ïļExit Emotes
      • ⮇ïļProp Extractor
      • ðŸ•đïļCustom Emotes & Props
      • 🧑‍ðŸĪâ€ðŸ§‘Shared Emotes
      • ðŸĶīPed Bones
      • âœĻParticle Effects
      • ðŸ–ĨïļExports
    • âĪïļCredits
    • 📜Licensing
Powered by GitBook
On this page
  • Enabling Crawling
  • Changing Crawling Keybind
  1. Fundamentals
  2. Getting set up

Crawling

PreviousCrouchingNextMoods / Walk styles

Last updated 8 months ago

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 .


Keybind/Command
Action

RIGHT CONTROL

Toggles crawling

/crawl

Toggles crawling


🛠ïļ
🔈
here