Banana Config
BananaConfig = {}
BananaConfig.Enabled = true -- If you want this module disabled set to false
-- Banana peel settings
BananaConfig.PeelCooldown = 60 -- seconds before peel auto-deletes
BananaConfig.RagdollForce = 3000.0 -- Force applied when player slips
BananaConfig.RagdollDuration = 3000 -- milliseconds player stays ragdolled
BananaConfig.SlipZoneSize = 1.5 -- radius around peel that triggers slip
BananaConfig.DropperImmunity = 5 -- seconds the dropper is immune to their own peel
BananaConfig.RagdollCooldown = 5 -- seconds before player can ragdoll from same peel again
-- Vehicle spinout settings
BananaConfig.VehicleSpinout = true -- Enable vehicle spinouts
BananaConfig.VehicleDetectionRadius = 2.0 -- radius for vehicle detection (larger than player slip zone)
BananaConfig.VehicleCooldown = 3 -- seconds before same vehicle can spinout again from same peel
-- Spinout rotation settings
BananaConfig.SpinRotations = 2.0 -- Number of full 360° rotations (2.0 = 720°, 1.5 = 540°, etc.)
BananaConfig.SpinFrames = 45 -- Number of frames for the spin animation (more = smoother)
BananaConfig.SpinSpeed = 12 -- Milliseconds between frames (lower = faster spin)
Last updated