Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(.04)
- 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 = "Flareon_"
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement