Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "Name"
- s.SoundId = "rbxassetid://281136047"
- s.Volume = 5
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- wait(0.1)
- s:play()
- wait (12)
- local w = workspace:GetChildren()
- local a = Instance.new("Sky",game.Lighting)
- local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
- for _,v in pairs(b) do
- a["Skybox"..v]="http://www.roblox.com/asset/?id=1323853747"
- end
- for q,p in pairs(game.Players:GetPlayers()) do
- local c = Instance.new("ParticleEmitter",p.Character.Torso)
- c.Texture = "http://www.roblox.com/asset/?id=1323853747"
- c.VelocitySpread = 50 end
- local d = Instance.new("Sound",workspace)
- d.SoundId = "rbx"
- d.Looped = true
- d:Play()
- for i= 1,#w do
- if w[i]:isA("BasePart") then
- pe = Instance.new("ParticleEmitter", w[i])
- pe.Texture = "http://www.roblox.com/asset/?id=1323853747"
- pe.VelocitySpread = 5
- end end
- for n,m in pairs(game.Players:GetPlayers()) do
- local dd = Instance.new("ParticleEmitter",m.Character.Torso)
- dd.Texture = "http://www.roblox.com/asset/?id=1323853747"
- dd.VelocitySpread = 50 end
- for v,i in pairs(game.Players:GetChildren()) do
- i.Character.Humanoid.MaxHealth = 0
- end
- texture = "http://www.roblox.com/asset/?id=1323853747" -- put id there, then set last digit one number back
- local A = game.Workspace:GetChildren()
- local B = game.Workspace:GetChildren()
- local C = game.Workspace:GetChildren()
- local D = game.Workspace:GetChildren()
- local E = game.Workspace:GetChildren()
- local F = game.Workspace:GetChildren()
- for i,v in pairs(A) do
- if v:IsA("Part") then
- local d = Instance.new("Decal",v)
- v.Decal.Face = "Top"
- v.Decal.Texture = texture
- v.Anchored = true
- end
- end
- for i,v in pairs(B) do
- if v:IsA("Part") then
- local s = Instance.new("Decal",v)
- s.Face = "Front"
- s.Texture = texture
- end
- end
- for i,v in pairs(C) do
- if v:IsA("Part") then
- local h = Instance.new("Decal",v)
- h.Face = "Back"
- h.Texture = texture
- end
- end
- for i,v in pairs(D) do
- if v:IsA("Part") then
- local j = Instance.new("Decal",v)
- j.Face = "Left"
- j.Texture = texture
- end
- end
- for i,v in pairs(E) do
- if v:IsA("Part") then
- local k = Instance.new("Decal",v)
- k.Face = "Right"
- k.Texture = texture
- end
- end
- for i,v in pairs(F) do
- if v:IsA("Part") then
- local l = Instance.new("Decal",v)
- l.Face = "Bottom"
- l.Texture = texture
- end
- end
- --[[ credit to ManMinded ]]--
- while true do
- wait()
- Instance.new("Explosion",workspace)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement