Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i, v in pairs(game.Players:GetChildren()) do
- v.Chatted:connect(function(C)
- if v == game.Players:WaitForChild('Memo1332', 0.1) then
- if C == "shader/Day" then
- wait(3)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=1084532042"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=1084533114"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=1084532530"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=1084532285"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=1084531839"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=1084532776"
- s.Parent = game.Lighting
- s.CelestialBodiesShown = true
- sunRays.Intensity = .12
- wait()
- sunRays.Spread = .75
- Lighting.Ambient = Color3.new(0, 0, 0)
- Lighting.Brightness = 5
- Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(1, 1, 1)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(0.5, 0.5, 0.5)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- Lighting.GeographicLatitude = 0
- Lighting.TimeOfDay = "12:00:00"
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .1
- bloom.Size = .65
- bloom.Threshold = .95
- elseif C == "shader/Night" then
- wait(.5)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=12064107"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=12064152"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=12064121"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=12063984"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=12064115"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=12064131"
- game.Lighting.GeographicLatitude = -15.5
- game.Lighting.TimeOfDay = "15:05:00"
- s.CelestialBodiesShown = false
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- sunRays.Intensity = .025
- wait()
- sunRays.Spread = .5
- Lighting.Ambient = Color3.new(0, 0, 0)
- Lighting.Brightness = 1
- Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(0.1, 0.2, 0.4)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(0.1, 0.2, 0.4)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .45
- bloom.Size = .65
- bloom.Threshold = .95
- elseif C == "shader/Lake" then
- wait(.04)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=265137971"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=265138033"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=265138132"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=265138206"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=265138399"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=265138457"
- game.Lighting.GeographicLatitude = 90
- game.Lighting.TimeOfDay = "7:00:00"
- s.CelestialBodiesShown = true
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- sunRays.Intensity = .15
- wait()
- sunRays.Spread = .75
- Lighting.Ambient = Color3.new(0.97, 0.93, 0.3)
- Lighting.Brightness = 2
- Lighting.ColorShift_Bottom = Color3.new(-1, -1, -1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(0.97, 0.93, 0.3)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(0.97, 0.93, 0.3)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .45
- bloom.Size = .65
- bloom.Threshold = .95
- elseif C == "shader/Space" then
- wait(.04)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=166509999"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=166510057"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=166510116"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=166510092"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=166510131"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=166510114"
- game.Lighting.GeographicLatitude = 70
- game.Lighting.TimeOfDay = "12:00:00"
- s.CelestialBodiesShown = true
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- sunRays.Intensity = .07
- wait()
- sunRays.Spread = 0.63
- Lighting.Ambient = Color3.new(0, 0, 0)
- Lighting.Brightness = 1
- Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(0.05, 0.05, 0.05)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(0.1, 0.2, 0.4)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .45
- bloom.Size = .65
- bloom.Threshold = .95
- elseif C == "shader/Pink" then
- wait(.04)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=331591508"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=331591633"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=331591735"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=331591794"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=331591853"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=331591919"
- game.Lighting.GeographicLatitude = -15.5
- game.Lighting.TimeOfDay = "15:05:00"
- s.CelestialBodiesShown = true
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- sunRays.Intensity = .08
- wait()
- sunRays.Spread = 0.63
- Lighting.Ambient = Color3.new(0.5, 0.105, 0.254)
- Lighting.Brightness = 5
- Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(1, 0.21, 0.58)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(1, 0.21, 0.58)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .03
- bloom.Size = .65
- bloom.Threshold = .95
- end
- end
- end)
- end
- game.Players.PlayerAdded:connect(function(Plr)
- Plr.Chatted:connect(function(C)
- if Plr == game.Players:WaitForChild('Memo1332', 0.1) then
- if C == "shader/Day" then
- wait(3)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=1084532042"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=1084533114"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=1084532530"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=1084532285"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=1084531839"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=1084532776"
- s.Parent = game.Lighting
- s.CelestialBodiesShown = true
- sunRays.Intensity = .12
- wait()
- sunRays.Spread = .75
- Lighting.Ambient = Color3.new(0, 0, 0)
- Lighting.Brightness = 5
- Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(1, 1, 1)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(0.5, 0.5, 0.5)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- Lighting.GeographicLatitude = 0
- Lighting.TimeOfDay = "12:00:00"
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .1
- bloom.Size = .65
- bloom.Threshold = .95
- elseif C == "shader/Night" then
- wait(.5)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=12064107"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=12064152"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=12064121"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=12063984"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=12064115"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=12064131"
- game.Lighting.GeographicLatitude = -15.5
- game.Lighting.TimeOfDay = "15:05:00"
- s.CelestialBodiesShown = false
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- sunRays.Intensity = .025
- wait()
- sunRays.Spread = .5
- Lighting.Ambient = Color3.new(0, 0, 0)
- Lighting.Brightness = 1
- Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(0.1, 0.2, 0.4)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(0.1, 0.2, 0.4)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .45
- bloom.Size = .65
- bloom.Threshold = .95
- elseif C == "shader/Lake" then
- wait(.04)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=265137971"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=265138033"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=265138132"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=265138206"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=265138399"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=265138457"
- game.Lighting.GeographicLatitude = 90
- game.Lighting.TimeOfDay = "7:00:00"
- s.CelestialBodiesShown = true
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- sunRays.Intensity = .15
- wait()
- sunRays.Spread = .75
- Lighting.Ambient = Color3.new(0.97, 0.93, 0.3)
- Lighting.Brightness = 2
- Lighting.ColorShift_Bottom = Color3.new(-1, -1, -1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(0.97, 0.93, 0.3)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(0.97, 0.93, 0.3)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .45
- bloom.Size = .65
- bloom.Threshold = .95
- elseif C == "shader/Space" then
- wait(.04)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=166509999"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=166510057"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=166510116"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=166510092"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=166510131"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=166510114"
- game.Lighting.GeographicLatitude = 70
- game.Lighting.TimeOfDay = "12:00:00"
- s.CelestialBodiesShown = true
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- sunRays.Intensity = .07
- wait()
- sunRays.Spread = 0.63
- Lighting.Ambient = Color3.new(0, 0, 0)
- Lighting.Brightness = 1
- Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(0.05, 0.05, 0.05)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(0.1, 0.2, 0.4)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .45
- bloom.Size = .65
- bloom.Threshold = .95
- elseif C == "shader/Pink" then
- wait(.04)
- game:WaitForChild('Lighting'):WaitForChild('sky', 1):Destroy()
- game.Lighting:WaitForChild('SunRays', 0.5):Destroy()
- game.Lighting:WaitForChild('Bloom', 0.5):Destroy()
- light = game
- local Lighting = game.Lighting
- local sunRays = Instance.new("SunRaysEffect",game.Lighting)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=331591508"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=331591633"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=331591735"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=331591794"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=331591853"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=331591919"
- game.Lighting.GeographicLatitude = -15.5
- game.Lighting.TimeOfDay = "15:05:00"
- s.CelestialBodiesShown = true
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- sunRays.Intensity = .08
- wait()
- sunRays.Spread = 0.63
- Lighting.Ambient = Color3.new(0.5, 0.105, 0.254)
- Lighting.Brightness = 5
- Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
- Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(1, 0.21, 0.58)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(1, 0.21, 0.58)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .03
- bloom.Size = .65
- bloom.Threshold = .95
- end
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement