View difference between Paste ID: 4uP9GRGH and t52RRLVe
SHOW: | | - or go back to the newest paste.
1
wait(.04)
2
3
light = game
4
5
local Lighting = game.Lighting
6
local sunRays = Instance.new("SunRaysEffect",game.Lighting)
7
game.Workspace.Base.BrickColor = BrickColor.new("Mauve")
8
9
c = script:Clone()
10
c.Parent = game.Lighting
11
s = Instance.new("Sky")
12
s.Name = "Flareon_"
13-
s.SkyboxBk = "http://www.roblox.com/asset/?id=331591508"
13+
s.SkyboxBk = "http://www.roblox.com/asset/?id=271042516"
14-
s.SkyboxDn = "http://www.roblox.com/asset/?id=331591633"
14+
s.SkyboxDn = "http://www.roblox.com/asset/?id=271077243"
15-
s.SkyboxFt = "http://www.roblox.com/asset/?id=331591735"
15+
s.SkyboxFt = "http://www.roblox.com/asset/?id=271042556"
16-
s.SkyboxLf = "http://www.roblox.com/asset/?id=331591794"
16+
s.SkyboxLf = "http://www.roblox.com/asset/?id=271042310"
17-
s.SkyboxRt = "http://www.roblox.com/asset/?id=331591853"
17+
s.SkyboxRt = "http://www.roblox.com/asset/?id=271042467"
18-
s.SkyboxUp = "http://www.roblox.com/asset/?id=331591919"
18+
s.SkyboxUp = "http://www.roblox.com/asset/?id=271077958"
19
game.Lighting.GeographicLatitude = -15.5
20
game.Lighting.TimeOfDay = "15:05:00"
21
s.CelestialBodiesShown = true
22
s.SunAngularSize = 15
23
s.Parent = game.Lighting
24
25
sunRays.Intensity = 0.18
26
wait()
27
sunRays.Spread = .45
28
29-
Lighting.Ambient = Color3.new(0.5, 0.105, 0.254)
29+
Lighting.Ambient = Color3.new(0.5, 0.415, 0.39)
30-
Lighting.Brightness = 5
30+
Lighting.Brightness = 2
31
Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
32
Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
33
Lighting.FogEnd = 500
34-
Lighting.FogColor = Color3.new(1, 0.21, 0.58)
34+
Lighting.FogColor = Color3.new(1, 0.83, 0.78)
35
Lighting.FogStart = 0
36
Lighting.GlobalShadows = true
37-
Lighting.OutdoorAmbient = Color3.new(1, 0.21, 0.58)
37+
Lighting.OutdoorAmbient = Color3.new(1, 0.83, 0.78)
38
Lighting.Outlines = true
39
Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
40
41
local bloom = Instance.new("BloomEffect",game.Lighting)
42
bloom.Intensity = .45
43
bloom.Size = .65
44
bloom.Threshold = .95