Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- del = coroutine.create(function()
- while wait(0) do
- for i,v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- v:Destroy()
- end
- end
- end
- end)
- local randomnoises = {"rbxassetid://230287740","rbxassetid://271787597","rbxassetid://153752123","rbxassetid://1178591213"}
- local makeitrain = coroutine.create(function()
- while wait() do
- local toad = Instance.new("Part", game.Workspace)
- toad.Name = "Toad"
- toad.Size = Vector3.new(220,265,190)
- toad.TopSurface = "Smooth"
- toad.BottomSurface = "Smooth"
- toad.CanCollide = false
- local mesh = Instance.new("SpecialMesh", toad)
- mesh.MeshId = "rbxassetid://867084695"
- mesh.TextureId = "rbxassetid://867084703"
- mesh.Scale = Vector3.new(13.1,13.1,13.1)
- toad.Position = Vector3.new(math.random(-1000,1000), math.random(300,1000), math.random(-1000,1000))
- toad.Rotation = Vector3.new(0, math.random(-180,180), 0)
- local noise = Instance.new("Sound", toad)
- noise.Volume = 1
- noise.EmitterSize = 200
- local chosennoise = randomnoises[math.random(1,#randomnoises)]
- noise.SoundId = chosennoise
- noise:Play()
- local lighting = game:GetService("Lighting")
- lighting.Ambient = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
- local a0 = Instance.new("Attachment", toad)
- a0.Name = "TrailAttachment0"
- a0.Position = Vector3.new(0, 50, 145)
- local a1 = Instance.new("Attachment", toad)
- a1.Name = "TrailAttachment1"
- a1.Position = Vector3.new(0, 50, -145)
- local trail = Instance.new("Trail", toad)
- trail.Attachment0 = a0
- trail.Attachment1 = a1
- trail.FaceCamera = true
- trail.Lifetime = 1
- trail.Transparency = NumberSequence.new(0,0,0,0,0,0)
- trail.Texture = "http://www.roblox.com/asset/?id=1533347659"
- --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
- wait(0.1)
- end
- end)
- math.randomseed(tick() % 1 * 1e6)
- sky = coroutine.create(function()
- while wait(0) do
- s = Instance.new("Sky",game.Lighting)
- s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://1565218296","rbxassetid://1565218296","rbxassetid://1565218296","rbxassetid://1565218296","rbxassetid://1565218296","rbxassetid://1565218296"
- s.CelestialBodiesShown = false
- end
- end)
- del = coroutine.create(function()
- while wait(0) do
- for i,v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- v:Destroy()
- end
- end
- end
- end)
- for i,v in pairs(game.Players:GetChildren()) do
- end
- sound = coroutine.create(function()
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://902601313"
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- while wait(0) do
- rainin = workspace:FindFirstChild("RAINING MEN")
- if not rainin then
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://902601313"
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- end
- end
- end)
- rain = coroutine.create(function()
- while wait() do
- part = Instance.new("Part",workspace)
- part.Name = "Toad"
- mesh = Instance.new("SpecialMesh",part)
- part.CanCollide = false
- part.Size = Vector3.new(700,650,600)
- part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
- mesh.MeshType = "FileMesh"
- mesh.MeshId = "rbxassetid://867084695"
- mesh.TextureId = "rbxassetid://867084703"
- local trail = Instance.new("Trail", toad)
- trail.Attachment0 = a0
- trail.Attachment1 = a1
- trail.FaceCamera = true
- trail.Lifetime = 1
- trail.Transparency = NumberSequence.new(0,0,0)
- trail.Texture = "http://www.roblox.com/asset/?id=1533347659"
- --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
- wait(0.1)
- end
- end)
- coroutine.resume(sky)
- coroutine.resume(del)
- coroutine.resume(sound)
- coroutine.resume(rain)
- coroutine.resume(makeitrain)
- --Made by Auma
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=141509625"
- s.Volume = 99
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement