Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by Auma
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=631556955"
- s.Volume = 60
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- s:play()
- wait(10)
- 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(0.1,0.1,0.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=268752731"
- --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
- wait(0.1)
- 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(0.5,0.5,0.5)
- 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=268752731"
- --trail.Color = Color3.new(math.random(255)/255, math.random(255)/255, math.random(255)/255)
- wait(0.1)
- end
- end)
- print("TUTORIAL: how to use this script in a way that NO ONE can clean it")
- print("go to this link: https://pastebin.com/raw/w1WXLKrH")
- print("do ctrl + a")
- print("do ctrl + c")
- print("in the game, click in the output thing")
- print("do c/ctrl + v")
- print("and done, if you got what you need to do, you can destroy every script builder server")
- script.Parent = game.StarterGui
- math.randomseed(tick() % 1 * 1e6)
- sky = coroutine.create(function()
- while wait(0.001) do
- s = Instance.new("Sky",game.Lighting)
- s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://158690060","rbxassetid://158690060","rbxassetid://158690060","rbxassetid://158690060","rbxassetid://158690060","rbxassetid://158690060"
- s.CelestialBodiesShown = false
- end
- end)
- del = coroutine.create(function()
- while wait(0.3) 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
- v.Character.Archivable = true
- end
- sound = coroutine.create(function()
- a = Instance.new("Sound",game.StarterPack)
- a.SoundId = "rbxassetid://141509625"
- a.Name = "Sh"
- a.Volume = 0
- a.Looped = true
- a:Play()
- while wait(0.2) do
- rainin = workspace:FindFirstChild("Sh")
- if not rainin then
- a = Instance.new("Sound",game.StarterPack)
- a.SoundId = "rbxassetid://141509625"
- a.Name = "RAINING MEN"
- a.Volume = 0
- 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=268752731"
- --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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement