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=157093602"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=157093613"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=157093620"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=157093633"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=157093641"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=157093647"
- s.Parent = game.Lighting
- sunRays.Intensity = .75
- wait()
- sunRays.Spread = 1
- wait()
- sunRays.Spread = 2
- wait()
- sunRays.Spread = 2
- wait()
- sunRays.Spread = 2
- Lighting.Ambient = Color3.new(0, 0, 0)
- Lighting.Brightness = 5
- Lighting.ColorShift_Bottom = Color3.new(0, 0, 0)
- Lighting.ColorShift_Top = Color3.new(0, 0, 0)
- Lighting.FogEnd = 500
- Lighting.FogColor = Color3.new(1, 0.6, 0)
- Lighting.FogStart = 0
- Lighting.GlobalShadows = true
- Lighting.OutdoorAmbient = Color3.new(1, 0.6, 0)
- Lighting.Outlines = true
- Lighting.ShadowColor = Color3.new(2, 1.2, 0.72156864404678)
- Lighting.GeographicLatitude = -20
- Lighting.TimeOfDay = "16:45:00"
- local bloom = Instance.new("BloomEffect",game.Lighting)
- bloom.Intensity = .65
- bloom.Size = 20.67
- bloom.Threshold = .95
Add Comment
Please, Sign In to add comment