for _, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:FindFirstChild("ACS_Settings") then local wea = require(v.ACS_Settings) wea["StoredAmmo"] = 99 wea["CrossHair"] = true wea["gunRecoil"] = 0 wea["MinDamage"] = 100 wea["Ammo"] = 9999 wea["AmmoInGun"] = 999 wea["ReloadTime"] = 0 end end