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 Ragdoll
  • Ragdoll Options
  1. Fundamentals
  2. Getting set up

Ragdoll

Enabling Ragdoll

To enable ragdoll, change false

config.lua
RagdollEnabled = false

to true in config.lua

Much like the menu key, RagdollKeybind uses RegisterKeyMapping. By default It is set to U server side. To change the keybind change the default U value in FiveM keybinds found in the settings menu within the Esc Menu.


Ragdoll Options

An option to toggle whether ragdoll requires a single key press or the key to be held is found under

config.lua
RagdollAsToggle = true,

Changing the value to true will enable a toggleable ragdoll, changing the value to false will require the player to hold down the assigned ragdoll key.

RagDollAsToggle only works if RagdollEnabled is set to true.


PreviousKeybinds/CommandsNextFinger Pointing

Last updated 8 months ago

🛠ïļ
ðŸĪŠ