Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Gun script not working, nothing happens when you use the tool?

Asked by 4 years ago
Edited 4 years ago

For some reason this script doesn't work.

01--//Variables
02local plr = game.Players.LocalPlayer
03local tool = script.Parent.Parent
04local hole = tool.Hole
05local handle = tool.Handle
06local debounce = true
07local config = tool.Config
08local range = config.Range
09local dmg = config.Damage
10local coolDown = config.CoolDown
11local clips = config.Clips
12local ammo = config.Ammo
13local maxAmmo = config.MaxAmmo
14local allowTracing = config.AllowTracing
15local reloadTime = config.ReloadTime
View all 97 lines...

Answer this question