Advertisement
zephpsian

Untitled

Aug 25th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. CL = Color3.fromRGB
  2. game.Lighting.Ambient = CL(128,128,128)
  3. game.Lighting.Brightness = 1
  4. game.Lighting.ColorShift_Bottom = CL(0,0,0)
  5. game.Lighting.ColorShift_Top = CL(0,0,0)
  6. game.Lighting.OutdoorAmbient = CL(127,127,127)
  7. game.Lighting.ShadowColor = CL(179,179,179)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement