Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --script by kwert#7480 This is the non laggy version
- wait(1)
- local sky = Instance.new("Sky", game.Lighting)
- local song = Instance.new("Sound", game.Workspace)
- song.SoundId = "rbxassetid://549231151"
- song.Volume = 10
- song.Looped = true
- song.Name = "IT'S RAINING MEN!"
- song:Play()
- wait (38)
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=18381946"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=18381946"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=18381946"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=18381946"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=18381946"
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=18381946"
- colorc=Instance.new("ColorCorrectionEffect",game.Lighting)
- wait()
- spawn(function()
- while wait() do
- colorc.Contrast=math.random(-1000,1000)
- colorc.Saturation=math.random()
- colorc.TintColor = Color3.new(math.random(), math.random(), math.random())
- end
- end)
- spawn(function()
- while wait() do
- game.Lighting:SetMinutesAfterMidnight(0)
- wait()
- game.Lighting:SetMinutesAfterMidnight(14 * 60)
- end
- end)
Add Comment
Please, Sign In to add comment