Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Nuke Script by basstracker1970
- --Lol
- --Basicly Kill Everyone On The Map Script
- --Unless if they have a forcefield
- plr = game.Players.LocalPlayer
- char = plr.Character
- part = Instance.new("Part",game.Workspace)
- part.Orientation = Vector3.new(-90, 0, 0)
- part.Position = Vector3.new(1, 50.5, -15)
- mesh = Instance.new("SpecialMesh")
- mesh.MeshId = "http://www.roblox.com/asset/?id=74333739"
- mesh.TextureId = "http://www.roblox.com/asset/?id=74320150"
- mesh.Scale = Vector3.new(9,9,9)
- mesh.Parent = part
- wait(1)
- sound = Instance.new("Sound",game.Workspace)
- sound.SoundId = "rbxassetid://633129949"
- sound:Play()
- explode = Instance.new("Explosion",game.Workspace)
- explode.BlastPressure = math.huge
- explode.BlastRadius = math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement