potatinha

roblox Raining Shreks

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