Advertisement
ExodiaForce

Fullbright

Nov 9th, 2024 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Lighting = game.Lighting
  2. Lighting.Brightness = 2
  3. Lighting.ClockTime = 14
  4. Lighting.FogEnd = 100000
  5. Lighting.GlobalShadows = false
  6. Lighting.OutdoorAmbient = Color3.fromRGB(128, 128, 128)
  7. if Lighting:FindFirstChildOfClass("Atmosphere") then
  8. Lighting:FindFirstChildOfClass("Atmosphere"):Destroy()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement