BobMe

Unoffical shader

Dec 26th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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=157093602"
  13. s.SkyboxDn = "http://www.roblox.com/asset/?id=157093613"
  14. s.SkyboxFt = "http://www.roblox.com/asset/?id=157093620"
  15. s.SkyboxLf = "http://www.roblox.com/asset/?id=157093633"
  16. s.SkyboxRt = "http://www.roblox.com/asset/?id=157093641"
  17. s.SkyboxUp = "http://www.roblox.com/asset/?id=157093647"
  18. s.Parent = game.Lighting
  19.  
  20. sunRays.Intensity = .75
  21. wait()
  22. sunRays.Spread = 1
  23. wait()
  24. sunRays.Spread = 2
  25. wait()
  26. sunRays.Spread = 2
  27. wait()
  28. sunRays.Spread = 2
  29.  
  30. Lighting.Ambient = Color3.new(0, 0, 0)
  31. Lighting.Brightness = 5
  32. Lighting.ColorShift_Bottom = Color3.new(0, 0, 0)
  33. Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  34. Lighting.FogEnd = 500
  35. Lighting.FogColor = Color3.new(1, 0.6, 0)
  36. Lighting.FogStart = 0
  37. Lighting.GlobalShadows = true
  38. Lighting.OutdoorAmbient = Color3.new(1, 0.6, 0)
  39. Lighting.Outlines = true
  40. Lighting.ShadowColor = Color3.new(2, 1.2, 0.72156864404678)
  41. Lighting.GeographicLatitude = -20
  42. Lighting.TimeOfDay = "16:45:00"
  43.  
  44. local bloom = Instance.new("BloomEffect",game.Lighting)
  45. bloom.Intensity = .65
  46. bloom.Size = 20.67
  47. bloom.Threshold = .95
Add Comment
Please, Sign In to add comment