Advertisement
_Thanh_Thy_Cute_

Zombie Apocalypse Roleplay Modded MINIGUN GUN MOD

Aug 22nd, 2021
904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  2. if v:IsA("Tool") then
  3. local gun = require(v.Setting)
  4. gun.BaseDamage = 10
  5. gun.ReloadTime = 0
  6. gun.FireRate = 0
  7. gun.AmmoPerMag = 12313123
  8. gun.SpreadX = 100
  9. gun.SpreadY = 100
  10. gun.ExplosiveEnabled = true
  11. gun.FreezingBullet = true
  12. gun.FlamingBullet = true
  13. gun.BulletHoleEnabled = true
  14. end
  15. end
  16. --run that script with the weapon unequiped
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement