🙌Hands Up

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 here.


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



Last updated