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=153258865"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=153259937"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=153258844"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=153258851"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=153259421"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=153259943"
- s.Parent = game.Lighting
- sunRays.Intensity = .35
- wait()
- sunRays.Spread = .25
- 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 = .45
- bloom.Size = .65
- bloom.Threshold = .95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement