4zx16

Lighting Fix

Oct 24th, 2021 (edited)
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. --[[
  2.  || 📜 Creator: @4zx16 || LIGHTING FIX ||  THIS FIXES YOUR LIGHTING!/LIGHTING SETTINGS.
  3. ]]
  4.  
  5. local lighting = game:GetService("Lighting")
  6. lighting.FogEnd = 4500
  7. lighting.OutdoorAmbient = Color3.new(140/255, 140/255, 140/255)
  8. lighting.GlobalShadows = true
  9. lighting.Brightness = 1.5
  10. lighting.Ambient = Color3.new(0/255, 0/255, 0/255)
  11. lighting.ShadowColor = Color3.new(61/255, 61/255, 61/255)
Add Comment
Please, Sign In to add comment