Advertisement
hjkook

PINGU

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