Jump mechanics tuning
Cooldown, timing, force, and boost settings.
Cooldown
Config.JumpCooldown = {
enabled = true,
duration = 3
}-- Fast paced
{ enabled = true, duration = 1 }
-- Realistic
{ enabled = true, duration = 5 }
-- No cooldown (not recommended)
{ enabled = false, duration = 0 }Timing
Config.JumpLockMs = 900
Config.JumpResetDelayMs = 900Force
Last updated