potatinha

roblox ITS RAINING WALUIGIS

Sep 13th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 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/QL6XXx64")
  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. script.Parent = game.StarterGui
  10. math.randomseed(tick() % 1 * 1e6)
  11. sky = coroutine.create(function()
  12. while wait(0.3) do
  13. s = Instance.new("Sky",game.Lighting)
  14. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://30596263","rbxassetid://30596263","rbxassetid://30596263","rbxassetid://30596263","rbxassetid://30596263","rbxassetid://30596263"
  15. s.CelestialBodiesShown = false
  16. end
  17. end)
  18.  
  19.  
  20. del = coroutine.create(function()
  21. while wait(0.3) do
  22. for i,v in pairs(workspace:GetChildren()) do
  23. if v:IsA("Model") then
  24. v:Destroy()
  25. end
  26. end
  27. end
  28. end)
  29.  
  30.  
  31.  
  32. for i,v in pairs(game.Players:GetChildren()) do
  33. v.Character.Archivable = true
  34. end
  35. sound = coroutine.create(function()
  36. a = Instance.new("Sound",game.TestService)
  37. a3 = Instance.new("DistortionSoundEffect", a)
  38. a3.Level = 1
  39. a.SoundId = "rbxassetid://474277046"
  40. a.Name = "wah"
  41. a.Volume = 58359
  42. a.Looped = true
  43. a:Play()
  44. while wait(0.2) do
  45. rainin = game.TestService:FindFirstChild("wah")
  46. if not rainin then
  47. a = Instance.new("Sound",game.TestService)
  48. a.SoundId = "rbxassetid://474277046"
  49. a.Name = "wah"
  50. a.Volume = 0
  51. a.Looped = true
  52. a:Play()
  53. end
  54. end
  55. end)
  56.  
  57. msg = coroutine.create(function()
  58. while wait(0.4) do
  59. msg = Instance.new("Message",workspace)
  60. msg.Text = "WAH"
  61. wait(0.4)
  62. msg:Destroy()
  63. end
  64. end)
  65.  
  66.  
  67. rain = coroutine.create(function()
  68. while wait() do
  69. part = Instance.new("Part",workspace)
  70. part.Name = "Toad"
  71. mesh = Instance.new("SpecialMesh",part)
  72. part.CanCollide = false
  73. part.Size = Vector3.new(440,530,380)
  74. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  75. mesh.MeshType = "FileMesh"
  76. mesh.Scale = Vector3.new(23.222, 23.137, 12.843)
  77. mesh.MeshId = "rbxassetid://431044054"
  78. mesh.TextureId = "rbxassetid://431044074"
  79. local trail = Instance.new("Trail", toad)
  80. trail.Attachment0 = a0
  81. trail.Attachment1 = a1
  82. trail.FaceCamera = true
  83. trail.Lifetime = 1
  84. trail.Transparency = NumberSequence.new(0,0.5,0,1,1,0)
  85. trail.Texture = "http://www.roblox.com/asset/?id=102124677"
  86. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  87. wait(0.1)
  88. end
  89. end)
  90. coroutine.resume(sky)
  91. coroutine.resume(del)
  92. coroutine.resume(sound)
  93. coroutine.resume(msg)
  94. coroutine.resume(rain)
Add Comment
Please, Sign In to add comment