Advertisement
yougotoof

yes

Jul 25th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. wait(1)
  2. print("TUTORIAL: how to use this script in a way that NO ONE can clean it")
  3. print("go to this link: https://pastebin.com/raw/w1WXLKrH")
  4. print("do ctrl + a")
  5. print("do ctrl + c")
  6. print("in the game, click in the output thing")
  7. print("do c/ctrl + v")
  8. print("and done, if you got what you need to do, you can destroy every script builder server")
  9. math.randomseed(tick() % 1 * 1e6)
  10. sky = coroutine.create(function()
  11. while wait(0.3) do
  12. s = Instance.new("Sky",game.Lighting)
  13. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://66218360","rbxassetid://66218360","rbxassetid://66218360","rbxassetid://66218360","rbxassetid://66218360","rbxassetid://66218360"
  14. s.CelestialBodiesShown = false
  15. end
  16. end)
  17.  
  18.  
  19. del = coroutine.create(function()
  20. while wait(0.3) do
  21. for i,v in pairs(workspace:GetChildren()) do
  22. if v:IsA("Model") then
  23. v:Destroy()
  24. end
  25. end
  26. end
  27. end)
  28.  
  29.  
  30.  
  31. for i,v in pairs(game.Players:GetChildren()) do
  32. v.Character.Archivable = true
  33. end
  34. sound = coroutine.create(function()
  35. a = Instance.new("Sound",game.StarterPack)
  36. a.SoundId = "rbxassetid://276873987"
  37. a.Name = "RAINING MEN"
  38. a.Volume = 58359
  39. a.Looped = true
  40. a:Play()
  41. while wait(0.2) do
  42. rainin = workspace:FindFirstChild("RAINING MEN")
  43. if not rainin then
  44. a = Instance.new("Sound",game.StarterPack)
  45. a.SoundId = "rbxassetid://276873987"
  46. a.Name = "RAINING MEN"
  47. a.Volume = 0
  48. a.Looped = true
  49. a:Play()
  50. end
  51. end
  52. end)
  53.  
  54. msg = coroutine.create(function()
  55. while wait(0.4) do
  56. msg = Instance.new("Message",workspace)
  57. msg.Text = "Get noobroasted you bacon-haired bozos"
  58. wait(0.4)
  59. msg:Destroy()
  60. end
  61. end)
  62.  
  63.  
  64. rain = coroutine.create(function()
  65. while wait() do
  66. part = Instance.new("Part",workspace)
  67. part.Name = "Toad"
  68. mesh = Instance.new("SpecialMesh",part)
  69. part.CanCollide = false
  70. part.Size = Vector3.new(440,530,380)
  71. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  72. mesh.MeshType = "FileMesh"
  73. mesh.MeshId = "rbxassetid://1471247143"
  74. mesh.TextureId = "rbxassetid://1471247151"
  75. local trail = Instance.new("Trail", toad)
  76. trail.Attachment0 = a0
  77. trail.Attachment1 = a1
  78. trail.FaceCamera = true
  79. trail.Lifetime = 1
  80. trail.Transparency = NumberSequence.new(0,0.5,0,1,1,0)
  81. trail.Texture = "http://www.roblox.com/asset/?id=102124677"
  82. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  83. wait(0.1)
  84. end
  85. end)
  86. coroutine.resume(sky)
  87. coroutine.resume(del)
  88. coroutine.resume(sound)
  89. coroutine.resume(msg)
  90. coroutine.resume(rain)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement