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 Hands Up
  • Changing Hands Up Keybind
  • Hands up in a vehicle.
  • Extras
  1. Fundamentals
  2. Getting set up

Hands Up

PreviousFinger PointingNextCrouching

Last updated 8 months ago

Hands up has multiple options that can be enabled in the config.lua file, these are as follows:

Enabling Hands Up

To enable hands up change false

config.lua
HandsupEnabled = false,

to true in config.lua


Changing Hands Up Keybind

By default the Hands Up keybind is set to Y, To change the keybind change the default Y value

config.lua
HandsupKeybind = 'Y',

to desired value in config.lua

Also set HandsupKeybindEnabled = false, to true in config.lua for the new set keybind to take effect.

Change false to true in config.lua.

config.lua
HandsupKeybindEnabled = false,

Get the button string .


Hands up in a vehicle.

To change whether or not players can perform Hands Up in a vehicle, change false

config.lua
HandsupKeybindInCarEnabled = false,

to true in config.lua


Extras

By default persistent emote after hands up is Enabled, this means the emote played previously before the handsup emote was played will continue after the handsup emote ends. To disable this change true

config.lua
PersistentEmoteAfterHandsup = true,

to false in config.lua


Keybind/Command
Action

Y

Toggle hands up / down

/handsup

Toggle hands up / down


🛠ïļ
🙌
here