Advertisement
pa1nx9

Westbound Gun Mods ACCURACY – RELOAD SPEED – SPREAD & MORE!

Sep 14th, 2021
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local list = require(game:GetService("ReplicatedStorage").GunScripts.GunStats)
  2. for i,v in pairs(list) do
  3. v.Spread = 0
  4. v.prepTime = 0.1
  5. v.equipTime = 0.1
  6. v.MaxShots = math.huge
  7. v.ReloadSpeed = 0.1
  8. v.BulletSpeed = 250
  9. v.HipFireAccuracy = 0
  10. v.ZoomAccuracy = 0
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement