Advertisement
ManlyMemeScripter

Untitled

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