Advertisement
killerbrenden

Destroyer

Feb 18th, 2018
728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. for _,player in ipairs(game.Players:GetPlayers()) do
  2. if player.Name == "killerbrenden" then
  3. local FF = Instance.new("ForceField")
  4. FF.Name = "Protection"
  5. FF.Parent = game.Players.killerbrenden.Character
  6. end
  7. wait(3)
  8. local Destroyer = Instance.new("BlurEffect")
  9. Destroyer.Parent = game.Lighting
  10. Destroyer.Enabled = true
  11. Destroyer.Name = "Destroyer"
  12. Destroyer.Size = 1000
  13. local Bomber = Instance.new("Explosion")
  14. Bomber.BlastPressure = 10000
  15. Bomber.BlastRadius = 100000000
  16. Bomber.DestroyJointRadiusPercent = 100000
  17. Bomber.ExplosionType = Enum.ExplosionType.CratersAndDebris
  18. Bomber.Name = "Destroyer"
  19. Bomber.Parent = game.Workspace
  20. while true do
  21. local CDestroyer = Destroyer:Clone()
  22. local CBomebr = Bomber:Clone()
  23. local CScript = script:Clone()
  24. CDestroyer.Parent = game.Lighting
  25. CBomebr.Parent = game.Workspace
  26. CScript.Parent = game:GetService("ServerScriptService")
  27. wait()
  28. end
  29. for _,parts in ipairs(game.Workspace:GetChildren()) do
  30. parts:Destroy()
  31. end
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement