Advertisement
memberhero

basstracker1970s nuke

Feb 14th, 2018
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. --Nuke Script by basstracker1970
  2. --Lol
  3. --Basicly Kill Everyone On The Map Script
  4. --Unless if they have a forcefield
  5. plr = game.Players.LocalPlayer
  6. char = plr.Character
  7. part = Instance.new("Part",game.Workspace)
  8. part.Orientation = Vector3.new(-90, 0, 0)
  9. part.Position = Vector3.new(1, 50.5, -15)
  10. mesh = Instance.new("SpecialMesh")
  11. mesh.MeshId = "http://www.roblox.com/asset/?id=74333739"
  12. mesh.TextureId = "http://www.roblox.com/asset/?id=74320150"
  13. mesh.Scale = Vector3.new(9,9,9)
  14. mesh.Parent = part
  15. wait(1)
  16. sound = Instance.new("Sound",game.Workspace)
  17. sound.SoundId = "rbxassetid://633129949"
  18. sound:Play()
  19. explode = Instance.new("Explosion",game.Workspace)
  20. explode.BlastPressure = math.huge
  21. explode.BlastRadius = math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement