Advertisement
Theskyler900

roblox fun troll skybox script

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