FantasyGamer

Noot but fixed

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