local MP5 = game:GetService("ReplicatedStorage").Weapons.Guns:FindFirstChild("MP5") if MP5 then if MP5:FindFirstChild("MaxBullets") then MP5.MaxBullets.Value = 6969 end if MP5:FindFirstChild("Spread") then MP5.Spread.Value = 0 end if MP5:FindFirstChild("BulletsPerFire") then MP5.BulletsPerFire.Value = 3 end if MP5:FindFirstChild("FireRateCD") then MP5.FireRateCD.Value = 0 end end