🥢Remove Whipping & Melee One Shot Prevention
Explore our resource's outstanding features that enhance your server's gameplay experience.
Configuration:
Config.RemoveWhipping = true
Config.MeleeOneShotPrevention = {
Enabled = true, --Enables/Disables melee one shot prevention
UseReviveMethod = false, --Enables/Disables revive method (requires framework. Also check frameworks.lua)
UseSmartDetectionMethod = true --Enables/Disables smart one shot prevention.
}
Key Aspects:
Simple Toggle: Easily enable or disable the feature server-wide with a single boolean setting.
Applies to Players and NPCs: Affects both player characters and non-player characters.
Removes Specific Animation: Targets the gun "whipping" and melee animation specifically.

Last updated
Was this helpful?