Advertisement
ManlyMemeScripter

Bill Nye Scriptv3

Jan 20th, 2018
1,754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 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. 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. while true do
  15. wait(3)
  16. c = script:Clone()
  17. c.Parent = game.Lighting
  18. s = Instance.new("Sky")
  19. s.Name = "Flareon_"
  20. s.SkyboxBk = "http://www.roblox.com/asset/?id=80525304"
  21. s.SkyboxDn = "http://www.roblox.com/asset/?id=80525304"
  22. s.SkyboxFt = "http://www.roblox.com/asset/?id=80525304"
  23. s.SkyboxLf = "http://www.roblox.com/asset/?id=80525304"
  24. s.SkyboxRt = "http://www.roblox.com/asset/?id=80525304"
  25. s.SkyboxUp = "http://www.roblox.com/asset/?id=80525304"
  26. s.Parent = game.Lighting
  27. wait(2)
  28. c = script:Clone()
  29. c.Parent = game.Lighting
  30. s = Instance.new("Sky")
  31. s.Name = "Mob"
  32. s.SkyboxBk = "http://www.roblox.com/asset/?id=80525304"
  33. s.SkyboxDn = "http://www.roblox.com/asset/?id=80525304"
  34. s.SkyboxFt = "http://www.roblox.com/asset/?id=80525304"
  35. s.SkyboxLf = "http://www.roblox.com/asset/?id=80525304"
  36. s.SkyboxRt = "http://www.roblox.com/asset/?id=80525304"
  37. s.SkyboxUp = "http://www.roblox.com/asset/?id=80525304"
  38. s.Parent = game.Lighting
  39.  
  40. s.CelestialBodiesShown = false
  41. end
  42. end
  43.  
  44.  
  45. del = coroutine.create(function()
  46. while wait(0.3) do
  47. for i,v in pairs(workspace:GetChildren()) do
  48. if v:IsA("Model") then
  49. v:Destroy()
  50. end
  51. end
  52. end
  53. end)
  54.  
  55.  
  56.  
  57. for i,v in pairs(game.Players:GetChildren()) do
  58. v.Character.Archivable = true
  59. end
  60. sound = coroutine.create(function()
  61. a = Instance.new("Sound",game.StarterPack)
  62. a.SoundId = "rbxassetid://1178591213"
  63. a.Name = "RAINING MEN"
  64. a.Volume = 58359
  65. a.Looped = true
  66. a:Play()
  67. while wait(0.2) do
  68. rainin = workspace:FindFirstChild("RAINING MEN")
  69. if not rainin then
  70. a = Instance.new("Sound",game.StarterPack)
  71. a.SoundId = "rbxassetid://1178591213"
  72. a.Name = "RAINING MEN"
  73. a.Volume = 0
  74. a.Looped = true
  75. a:Play()
  76. end
  77. end
  78. end)
  79.  
  80. msg = coroutine.create(function()
  81. while wait(0.4) do
  82. msg = Instance.new("Message",workspace)
  83. msg.Text = "BILL NYE SAVES THE WORLD IS ON NETFLIX"
  84. wait(0.4)
  85. msg:Destroy()
  86. end
  87. end)
  88.  
  89.  
  90. rain = coroutine.create(function()
  91. while wait() do
  92. part = Instance.new("Part",workspace)
  93. part.Name = "Toad"
  94. mesh = Instance.new("SpecialMesh",part)
  95. part.CanCollide = false
  96. part.Size = Vector3.new(440,530,380)
  97. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  98. mesh.MeshType = "FileMesh"
  99. mesh.MeshId = "rbxassetid://430210147"
  100. mesh.TextureId = "rbxassetid://430210159"
  101. local trail = Instance.new("Trail", toad)
  102. trail.Attachment0 = a0
  103. trail.Attachment1 = a1
  104. trail.FaceCamera = true
  105. trail.Lifetime = 1
  106. trail.Transparency = NumberSequence.new(0,0.5,0,1,1,0)
  107. trail.Texture = "http://www.roblox.com/asset/?id=102124677"
  108. --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
  109. wait(0.1)
  110. end
  111. end)
  112. coroutine.resume(sky)
  113. coroutine.resume(del)
  114. coroutine.resume(sound)
  115. coroutine.resume(msg)
  116. coroutine.resume(rain)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement