MilkyToast999xxx

Untitled

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