Advertisement
Guest User

Better Graphics

a guest
Nov 12th, 2020
6,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --This Mod Will Make Better Roblox Graphics (Shaders)
  2. -- New Update April 13 Added jailbreak Shaders
  3. local g = game
  4. local w = g.Workspace
  5. local l = g.Lighting
  6. local t = w.Terrain
  7. local sr = Instance.new("SunRaysEffect",l)
  8. sr.Intensity = 0.075
  9. sr.Spread = 0.01
  10. local df = Instance.new("DepthOfFieldEffect",l)
  11. df.FarIntensity = 0.01
  12. l.GlobalShadows = true
  13. l.Brightness = 0.7
  14. l.ClockTime = 13.5
  15. l.GeographicLatitude = 45
  16. l.TimeOfDay = 16
  17. sethiddenproperty(l,"Technology",4)
  18. sethiddenproperty(l,"ShadowSoftness",1)
  19. sethiddenproperty(t,"Decoration",true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement