FantasyGamer

Untitled

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