Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- image = "http://www.roblox.com/asset/?id=1594287559"
- id = 579287600
- message = "I HOPE YOU HAVE A GOOD TIME RAPING YOURSELF"
- math.randomseed(tick() % 1 * 1e6)
- sky = coroutine.create(function()
- while wait(0.3) do
- s = Instance.new("Sky",game.Lighting)
- s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = image,image,image,image,image,image
- s.CelestialBodiesShown = false
- end
- end)
- sound = coroutine.create(function()
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://"..id..""
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- while wait(0.2) do
- rainin = workspace:FindFirstChild("RAINING MEN")
- if not rainin then
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://"..id..""
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- end
- end
- end)
- msg = coroutine.create(function()
- while wait(0.4) do
- msg = Instance.new("Message",workspace)
- msg.Text = message
- wait(0.4)
- msg:Destroy()
- end
- end)
- --rain = coroutine.create(function()
- -- while wait(10 % 1 * 1e2) do
- -- part = Instance.new("Part",workspace)
- -- part.Name = "Toad"
- --
- -- mesh = Instance.new("SpecialMesh",part)
- --
- -- sound = Instance.new("Sound",workspace)
- --
- -- part.CanCollide = false
- -- part.Size = Vector3.new(440,530,380)
- -- part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
- --
- -- mesh.MeshType = "FileMesh"
- -- mesh.Scale = Vector3.new(100,100,100)
- -- mesh.MeshId = "rbxassetid://430155854"
- -- mesh.TextureId = "rbxassetid://430155861"
- -- end
- --end)
- coroutine.resume(sky)
- coroutine.resume(sound)
- coroutine.resume(msg)
- --coroutine.resume(rain)
- a:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement