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)
- game.Workspace.Base.BrickColor = BrickColor.new("Mauve")
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "Flareon_"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=271042516"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=271077243"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=271042556"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=271042310"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=271042467"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=271077958"
- game.Lighting.GeographicLatitude = -15.5
- game.Lighting.TimeOfDay = "15:05:00"
- s.CelestialBodiesShown = true
- s.SunAngularSize = 15
- s.Parent = game.Lighting
- sunRays.Intensity = 0.18
- wait()
- sunRays.Spread = .45
- Lighting.Ambient = Color3.new(0.5, 0.415, 0.39)
- Lighting.Brightness = 2
- 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.83, 0.78)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(1, 0.83, 0.78)
- 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