Advertisement
ManlyMemeScripter

Untitled

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