Config File

Config = {}

Config.Range = 30   -- The range that the air will reach
Config.ForwardForce = 5.0
Config.UpwardForce = 3.0
Config.LoopTime = 10 -- The time between each loop of the weapon, 0 = best effect but worst performance - high numbers may be jankier

Config.EffectsActive = true -- Whether to show the effects
Config.EffectSize = 5 -- The size of the leaf effects  - Default: 3

Last updated