Advertisement
BobMe

Project

Jan 4th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. wait(.04)
  2.  
  3. light = game
  4.  
  5. local Lighting = game.Lighting
  6.  
  7. c = script:Clone()
  8. c.Parent = game.Lighting
  9. s = Instance.new("Sky")
  10. s.Name = "Flareon_"
  11. s.SkyboxBk = "http://www.roblox.com/asset/?id=1189339378"
  12. s.SkyboxDn = "http://www.roblox.com/asset/?id=1189340601"
  13. s.SkyboxFt = "http://www.roblox.com/asset/?id=1189339741"
  14. s.SkyboxLf = "http://www.roblox.com/asset/?id=1189339550"
  15. s.SkyboxRt = "http://www.roblox.com/asset/?id=1189339155"
  16. s.SkyboxUp = "http://www.roblox.com/asset/?id=1189340203"
  17. game.Lighting.GeographicLatitude = 30
  18. game.Lighting.TimeOfDay = "11:00:00"
  19. s.CelestialBodiesShown = true
  20. s.SunAngularSize = 15
  21. s.Parent = game.Lighting
  22.  
  23. Lighting.Ambient = Color3.new(0, 0, 0)
  24. Lighting.Brightness = 1
  25. Lighting.ColorShift_Bottom = Color3.new(0.1, 0.1, 0.1)
  26. Lighting.ColorShift_Top = Color3.new(0.5, 0.5, 0.5)
  27. Lighting.FogEnd = 500
  28. Lighting.FogColor = Color3.new(0.25, 0.39, 0.215)
  29. Lighting.FogStart = 0
  30. Lighting.OutdoorAmbient = Color3.new(0.25, 0.39, 0.215)
  31. Lighting.Outlines = false
  32.  
  33. local bloom = Instance.new("BloomEffect",game.Lighting)
  34. bloom.Intensity = .45
  35. bloom.Size = .65
  36. bloom.Threshold = .95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement