Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(.04)
- light = game
- local Lighting = game.Lighting
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "Flareon_"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=1189339378"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=1189340601"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=1189339741"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=1189339550"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=1189339155"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=1189340203"
- game.Lighting.GeographicLatitude = 30
- game.Lighting.TimeOfDay = "11:00:00"
- s.CelestialBodiesShown = true
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- 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.25, 0.39, 0.215)
- Lighting.FogStart = 0
- Lighting.OutdoorAmbient = Color3.new(0.25, 0.39, 0.215)
- Lighting.Outlines = false
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .45
- bloom.Size = .65
- bloom.Threshold = .95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement