Advertisement
Guest User

SNKASXZCX

a guest
Feb 21st, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. local pingudecal = Instance.new("Decal", workspace)
  2. pingudecal.Texture = 255422284
  3.  
  4. local nooties = Instance.new("Sound",workspace)
  5. nooties.SoundId = "rbxassetid://142912516"
  6. nooties.Volume = 1
  7. nooties.Looped = true
  8. game.Workspace.Sound:Play()
  9. wait(12)
  10.  
  11. local Sky = Instance.new("Sky",game.Lighting)
  12. Sky.SkyboxBk = "http://www.roblox.com/asset/?id=255422283"
  13. Sky.SkyboxDn = "http://www.roblox.com/asset/?id=255422283"
  14. Sky.SkyboxFt = "http://www.roblox.com/asset/?id=255422283"
  15. Sky.SkyboxLf = "http://www.roblox.com/asset/?id=255422283"
  16. Sky.SkyboxRt = "http://www.roblox.com/asset/?id=255422283"
  17. Sky.SkyboxUp = "http://www.roblox.com/asset/?id=255422283"
  18. local function modelasd()
  19. for i,v in pairs(workspace:GetChildren()) do
  20. if v:IsA("Model") then
  21. for i,a in pairs(v:GetChildren()) do
  22. local top = Instance.new("Decal",a)
  23. top.Face = "Top"
  24. top.Texture = "http://www.roblox.com/asset/?id=255422283"
  25. local btm = Instance.new("Decal",a)
  26. btm.Face = "Bottom"
  27. btm.Texture = "http://www.roblox.com/asset/?id=255422283"
  28. local lft = Instance.new("Decal",a)
  29. lft.Face = "Left"
  30. lft.Texture = "http://www.roblox.com/asset/?id=255422283"
  31. local rft = Instance.new("Decal",a)
  32. rft.Face = "Right"
  33. rft.Texture = "http://www.roblox.com/asset/?id=255422283"
  34. local frnt = Instance.new("Decal",a)
  35. frnt.Face = "Front"
  36. frnt.Texture = "http://www.roblox.com/asset/?id=255422283"
  37. local bk = Instance.new("Decal",a)
  38. bk.Face = "Back"
  39. bk.Texture = "http://www.roblox.com/asset/?id=255422283"
  40. local VTest = Instance.new("ParticleEmitter")
  41. VTest.Parent = a
  42. VTest.Texture = v
  43. VTest.Speed = NumberRange.new(200)
  44. VTest.Rate = 200
  45. VTest.Size = NumberSequence.new(10000,10000)
  46. VTest.Lifetime = NumberRange.new(1000)
  47. local pepe = coroutine.create(function()
  48. while wait() do
  49. local Explosion = Instance.new("Explosion",a)
  50. Explosion.BlastRadius = 10000
  51. end
  52. end)
  53. coroutine.resume(pepe)
  54. end
  55. end
  56. end
  57. end
  58. local function partasd()
  59. for i,a in pairs(workspace:GetChildren()) do
  60. local top = Instance.new("Decal",a)
  61. top.Face = "Top"
  62. top.Texture = "http://www.roblox.com/asset/?id=255422283"
  63. local btm = Instance.new("Decal",a)
  64. btm.Face = "Bottom"
  65. btm.Texture = "http://www.roblox.com/asset/?id=255422283"
  66. local lft = Instance.new("Decal",a)
  67. lft.Face = "Left"
  68. lft.Texture = "http://www.roblox.com/asset/?id=255422283"
  69. local rft = Instance.new("Decal",a)
  70. rft.Face = "Right"
  71. rft.Texture = "http://www.roblox.com/asset/?id=255422283"
  72. local frnt = Instance.new("Decal",a)
  73. frnt.Face = "Front"
  74. frnt.Texture = "http://www.roblox.com/asset/?id=255422283"
  75. local bk = Instance.new("Decal",a)
  76. bk.Face = "Back"
  77. bk.Texture = "http://www.roblox.com/asset/?id=255422283"
  78. local VTest = Instance.new("ParticleEmitter")
  79. VTest.Parent = a
  80. VTest.Texture = "http://www.roblox.com/asset/?id=255422283"
  81. VTest.Speed = NumberRange.new(200)
  82. VTest.Rate = 200
  83. VTest.Lifetime = NumberRange.new(1000)
  84. VTest.Size = NumberSequence.new(10000,10000)
  85. local pepe = coroutine.create(function()
  86. while wait() do
  87. if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then
  88. local Explosion = Instance.new("Explosion",a)
  89. Explosion.BlastRadius = 10000
  90. end
  91. end
  92. end)
  93. coroutine.resume(pepe)
  94. end
  95. end
  96.  
  97. partasd()
  98. modelasd()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement