Advertisement
DaOMEGAa32

v2222

Oct 30th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Name"
  4. s.SoundId = "rbxassetid://281136047"
  5. s.Volume = 5
  6. s.Looped = false
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(0.1)
  12.  
  13. s:play()
  14. wait (12)
  15. local w = workspace:GetChildren()
  16. local a = Instance.new("Sky",game.Lighting)
  17. local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
  18. for _,v in pairs(b) do
  19. a["Skybox"..v]="http://www.roblox.com/asset/?id=1323853747"
  20. end
  21. for q,p in pairs(game.Players:GetPlayers()) do
  22. local c = Instance.new("ParticleEmitter",p.Character.Torso)
  23. c.Texture = "http://www.roblox.com/asset/?id=1323853747"
  24. c.VelocitySpread = 50 end
  25. local d = Instance.new("Sound",workspace)
  26. d.SoundId = "rbx"
  27. d.Looped = true
  28. d:Play()
  29. for i= 1,#w do
  30. if w[i]:isA("BasePart") then
  31. pe = Instance.new("ParticleEmitter", w[i])
  32. pe.Texture = "http://www.roblox.com/asset/?id=1323853747"
  33. pe.VelocitySpread = 5
  34. end end
  35. for n,m in pairs(game.Players:GetPlayers()) do
  36. local dd = Instance.new("ParticleEmitter",m.Character.Torso)
  37. dd.Texture = "http://www.roblox.com/asset/?id=1323853747"
  38. dd.VelocitySpread = 50 end
  39. for v,i in pairs(game.Players:GetChildren()) do
  40. i.Character.Humanoid.MaxHealth = 0
  41. end
  42.  
  43.  
  44. texture = "http://www.roblox.com/asset/?id=1323853747" -- put id there, then set last digit one number back
  45.  
  46. local A = game.Workspace:GetChildren()
  47. local B = game.Workspace:GetChildren()
  48. local C = game.Workspace:GetChildren()
  49. local D = game.Workspace:GetChildren()
  50. local E = game.Workspace:GetChildren()
  51. local F = game.Workspace:GetChildren()
  52. for i,v in pairs(A) do
  53. if v:IsA("Part") then
  54. local d = Instance.new("Decal",v)
  55. v.Decal.Face = "Top"
  56. v.Decal.Texture = texture
  57. v.Anchored = true
  58. end
  59. end
  60.  
  61. for i,v in pairs(B) do
  62. if v:IsA("Part") then
  63. local s = Instance.new("Decal",v)
  64. s.Face = "Front"
  65. s.Texture = texture
  66. end
  67. end
  68.  
  69. for i,v in pairs(C) do
  70. if v:IsA("Part") then
  71. local h = Instance.new("Decal",v)
  72. h.Face = "Back"
  73. h.Texture = texture
  74. end
  75. end
  76.  
  77. for i,v in pairs(D) do
  78. if v:IsA("Part") then
  79. local j = Instance.new("Decal",v)
  80. j.Face = "Left"
  81. j.Texture = texture
  82. end
  83. end
  84.  
  85. for i,v in pairs(E) do
  86. if v:IsA("Part") then
  87. local k = Instance.new("Decal",v)
  88. k.Face = "Right"
  89. k.Texture = texture
  90. end
  91. end
  92.  
  93. for i,v in pairs(F) do
  94. if v:IsA("Part") then
  95. local l = Instance.new("Decal",v)
  96. l.Face = "Bottom"
  97. l.Texture = texture
  98. end
  99. end
  100.  
  101. --[[ credit to ManMinded ]]--
  102. while true do
  103. wait()
  104. Instance.new("Explosion",workspace)
  105. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement