Inf ammo Script
while wait(0.9) do for i,v in next, getgc(true) do if type(v) == "table" and rawget(v, "Ammo") then v.Ammo = math.huge v.StoredAmmo = math.huge end end end