Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- image = "http://www.roblox.com/asset/?id=601962439"
- image2 = "http://www.roblox.com/asset/?id=210486687"
- image3 = "http://www.roblox.com/asset/?id=947995509"
- image4 = image
- for i = 30,1,-1 do
- msg = Instance.new("Message",workspace)
- msg.Text = "The Moana Invasion Will Begin in "..i.." >:D"
- wait(1)
- msg:Destroy()
- wait(0)
- end
- 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://880159023"
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- local d = Instance.new("DistortionSoundEffect",a)
- d.Level = 1
- while wait(0.2) do
- rainin = workspace:FindFirstChild("RAINING MEN")
- if not rainin then
- a = Instance.new("Sound",workspace)
- a.SoundId = "rbxassetid://880159023"
- a.Name = "RAINING MEN"
- a.Volume = 58359
- a.Looped = true
- a:Play()
- local d = Instance.new("DistortionSoundEffect",a)
- d.Level = 1
- end
- end
- end)
- msg = coroutine.create(function()
- while wait(0.4) do
- msg = Instance.new("Message",workspace)
- msg.Text = "MOANA IS MEME"
- wait(0.4)
- msg:Destroy()
- end
- end)
- flash = coroutine.create(function()
- while true do
- wait(1)
- image = image2
- wait(1)
- image = image3
- wait(1)
- image = image4
- 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.Scale = Vector3.new(10,10,10)
- mesh.MeshType = "FileMesh"
- mesh.MeshId = "rbxassetid://441275670"
- mesh.TextureId = "rbxassetid://441275676"
- end
- end)
- coroutine.resume(sky)
- coroutine.resume(sound)
- coroutine.resume(msg)
- coroutine.resume(rain)
- coroutine.resume(flash)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement