Advertisement
BobMe

LakeShade

Jan 6th, 2018
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. wait(.04)
  2.  
  3. light = game
  4.  
  5. local Lighting = game.Lighting
  6. local sunRays = Instance.new("SunRaysEffect",game.Lighting)
  7.  
  8. c = script:Clone()
  9. c.Parent = game.Lighting
  10. s = Instance.new("Sky")
  11. s.Name = "Flareon_"
  12. s.SkyboxBk = "http://www.roblox.com/asset/?id=265137971"
  13. s.SkyboxDn = "http://www.roblox.com/asset/?id=265138033"
  14. s.SkyboxFt = "http://www.roblox.com/asset/?id=265138132"
  15. s.SkyboxLf = "http://www.roblox.com/asset/?id=265138206"
  16. s.SkyboxRt = "http://www.roblox.com/asset/?id=265138399"
  17. s.SkyboxUp = "http://www.roblox.com/asset/?id=265138457"
  18. game.Lighting.GeographicLatitude = 90
  19. game.Lighting.TimeOfDay = "7:00:00"
  20. s.CelestialBodiesShown = true
  21. s.SunAngularSize = 15
  22. s.Parent = game.Lighting
  23.  
  24. sunRays.Intensity = .15
  25. wait()
  26. sunRays.Spread = .75
  27.  
  28. Lighting.Ambient = Color3.new(0.97, 0.93, 0.3)
  29. Lighting.Brightness = 2
  30. Lighting.ColorShift_Bottom = Color3.new(-1, -1, -1)
  31. Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
  32. Lighting.FogEnd = 500
  33. Lighting.FogColor = Color3.new(0.97, 0.93, 0.3)
  34. Lighting.FogStart = 0
  35. Lighting.GlobalShadows = true
  36. Lighting.OutdoorAmbient = Color3.new(0.97, 0.93, 0.3)
  37. Lighting.Outlines = true
  38. Lighting.ShadowColor = Color3.new(0.72156864404678, 0.72156864404678, 0.72156864404678)
  39.  
  40. local bloom = Instance.new("BloomEffect",game.Lighting)
  41. bloom.Intensity = .45
  42. bloom.Size = .65
  43. bloom.Threshold = .95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement