Advertisement
lkokamilp

Future Is Bright v3

Dec 20th, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local g = game
  2. local w = g.Workspace
  3. local l = g.Lighting
  4. local t = w.Terrain
  5. local sr = Instance.new("SunRaysEffect",l)
  6. sr.Intensity = 0.075
  7. sr.Spread = 0.01
  8. local df = Instance.new("DepthOfFieldEffect",l)
  9. df.FarIntensity = 0.01
  10. l.GlobalShadows = true
  11. l.Brightness = 0.7
  12. l.ClockTime = 13.5
  13. l.GeographicLatitude = 45
  14. l.TimeOfDay = 16
  15. sethiddenproperty(l,"Technology",4)
  16. sethiddenproperty(l,"ShadowSoftness",1)
  17. sethiddenproperty(t,"Decoration",true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement