Advertisement
ManlyMemeScripter

Bill Nye Script

Jan 20th, 2018
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. local randomnoises = {"rbxassetid://230287740","rbxassetid://271787597","rbxassetid://153752123","rbxassetid://1178591213"}
  2.  
  3. local makeitrain = coroutine.create(function()
  4. while wait() do
  5. local toad = Instance.new("Part", game.Workspace)
  6. toad.Name = "Toad"
  7. toad.Size = Vector3.new(220,265,190)
  8. toad.TopSurface = "Smooth"
  9. toad.BottomSurface = "Smooth"
  10. toad.CanCollide = false
  11. local mesh = Instance.new("SpecialMesh", toad)
  12. mesh.MeshId = "rbxassetid://867084695"
  13. mesh.TextureId = "rbxassetid://867084703"
  14. mesh.Scale = Vector3.new(0.1,0.1,0.1)
  15. toad.Position = Vector3.new(math.random(-1000,1000), math.random(300,1000), math.random(-1000,1000))
  16. toad.Rotation = Vector3.new(0, math.random(-180,180), 0)
  17. local noise = Instance.new("Sound", toad)
  18. noise.Volume = 1
  19. noise.EmitterSize = 200
  20. local chosennoise = randomnoises[math.random(1,#randomnoises)]
  21. noise.SoundId = chosennoise
  22. noise:Play()
  23. local lighting = game:GetService("Lighting")
  24. lighting.Ambient = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  25. local a0 = Instance.new("Attachment", toad)
  26. a0.Name = "TrailAttachment0"
  27. a0.Position = Vector3.new(0, 50, 145)
  28. local a1 = Instance.new("Attachment", toad)
  29. a1.Name = "TrailAttachment1"
  30. a1.Position = Vector3.new(0, 50, -145)
  31. local trail = Instance.new("Trail", toad)
  32. trail.Attachment0 = a0
  33. trail.Attachment1 = a1
  34. trail.FaceCamera = true
  35. trail.Lifetime = 1
  36. trail.Transparency = NumberSequence.new(0,0,0,0,0,0)
  37. trail.Texture = "http://www.roblox.com/asset/?id=1574754705"
  38. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  39. wait(0.1)
  40. end
  41. end)
  42.  
  43. local randomnoises = {"rbxassetid://230287740","rbxassetid://271787597","rbxassetid://153752123","rbxassetid://1178591213"}
  44.  
  45. local makeitrain = coroutine.create(function()
  46. while wait() do
  47. local toad = Instance.new("Part", game.Workspace)
  48. toad.Name = "Toad"
  49. toad.Size = Vector3.new(220,265,190)
  50. toad.TopSurface = "Smooth"
  51. toad.BottomSurface = "Smooth"
  52. toad.CanCollide = false
  53. local mesh = Instance.new("SpecialMesh", toad)
  54. mesh.MeshId = "rbxassetid://867084695"
  55. mesh.TextureId = "rbxassetid://867084703"
  56. mesh.Scale = Vector3.new(0.5,0.5,0.5)
  57. toad.Position = Vector3.new(math.random(-1000,1000), math.random(300,1000), math.random(-1000,1000))
  58. toad.Rotation = Vector3.new(0, math.random(-180,180), 0)
  59. local noise = Instance.new("Sound", toad)
  60. noise.Volume = 1
  61. noise.EmitterSize = 200
  62. local chosennoise = randomnoises[math.random(1,#randomnoises)]
  63. noise.SoundId = chosennoise
  64. noise:Play()
  65. local lighting = game:GetService("Lighting")
  66. lighting.Ambient = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  67. local a0 = Instance.new("Attachment", toad)
  68. a0.Name = "TrailAttachment0"
  69. a0.Position = Vector3.new(0, 50, 145)
  70. local a1 = Instance.new("Attachment", toad)
  71. a1.Name = "TrailAttachment1"
  72. a1.Position = Vector3.new(0, 50, -145)
  73. local trail = Instance.new("Trail", toad)
  74. trail.Attachment0 = a0
  75. trail.Attachment1 = a1
  76. trail.FaceCamera = true
  77. trail.Lifetime = 1
  78. trail.Transparency = NumberSequence.new(0,0,0,0,0,0)
  79. trail.Texture = "http://www.roblox.com/asset/?id=1574754705"
  80. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  81. wait(0.1)
  82. end
  83. end)
  84.  
  85. print("TUTORIAL: how to use this script in a way that NO ONE can clean it")
  86. print("go to this link: https://pastebin.com/raw/w1WXLKrH")
  87. print("do ctrl + a")
  88. print("do ctrl + c")
  89. print("in the game, click in the output thing")
  90. print("do c/ctrl + v")
  91. print("and done, if you got what you need to do, you can destroy every script builder server")
  92. script.Parent = game.StarterGui
  93. math.randomseed(tick() % 1 * 1e6)
  94. sky = coroutine.create(function()
  95. while wait(0.001) do
  96. s = Instance.new("Sky",game.Lighting)
  97. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://71650325","rbxassetid://71650325","rbxassetid://71650325","rbxassetid://71650325","rbxassetid://71650325","rbxassetid://71650325"
  98. s.CelestialBodiesShown = false
  99. end
  100. end)
  101.  
  102.  
  103. del = coroutine.create(function()
  104. while wait(0.3) do
  105. for i,v in pairs(workspace:GetChildren()) do
  106. if v:IsA("Model") then
  107. v:Destroy()
  108. end
  109. end
  110. end
  111. end)
  112.  
  113.  
  114.  
  115. for i,v in pairs(game.Players:GetChildren()) do
  116. v.Character.Archivable = true
  117. end
  118. sound = coroutine.create(function()
  119. a = Instance.new("Sound",game.StarterPack)
  120. a.SoundId = "rbxassetid://141509625"
  121. a.Name = "Sh"
  122. a.Volume = 0
  123. a.Looped = true
  124. a:Play()
  125. while wait(0.2) do
  126. rainin = workspace:FindFirstChild("Sh")
  127. if not rainin then
  128. a = Instance.new("Sound",game.StarterPack)
  129. a.SoundId = "rbxassetid://141509625"
  130. a.Name = "RAINING MEN"
  131. a.Volume = 0
  132. a.Looped = true
  133. a:Play()
  134. end
  135. end
  136. end)
  137.  
  138. rain = coroutine.create(function()
  139. while wait() do
  140. part = Instance.new("Part",workspace)
  141. part.Name = "Toad"
  142. mesh = Instance.new("SpecialMesh",part)
  143. part.CanCollide = false
  144. part.Size = Vector3.new(700,650,600)
  145. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  146. mesh.MeshType = "FileMesh"
  147. mesh.MeshId = "rbxassetid://867084695"
  148. mesh.TextureId = "rbxassetid://867084703"
  149. local trail = Instance.new("Trail", toad)
  150. trail.Attachment0 = a0
  151. trail.Attachment1 = a1
  152. trail.FaceCamera = true
  153. trail.Lifetime = 1
  154. trail.Transparency = NumberSequence.new(0,0,0)
  155. trail.Texture = "http://www.roblox.com/asset/?id=1574754705"
  156. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  157. wait(0.1)
  158. end
  159. end)
  160.  
  161. --Made by Auma
  162.  
  163. local s = Instance.new("Sound")
  164.  
  165. s.Name = "Sound"
  166. s.SoundId = "http://www.roblox.com/asset/?id=318733059"
  167. s.Volume = 60
  168. s.Looped = true
  169. s.archivable = false
  170.  
  171. s.Parent = game.Workspace
  172.  
  173. s:play()
  174.  
  175. coroutine.resume(sky)
  176. coroutine.resume(del)
  177. coroutine.resume(sound)
  178. coroutine.resume(rain)
  179. coroutine.resume(makeitrain)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement