top of page
Search

[Roblox] Script to turn off all the lights

  • Writer: Aoki
    Aoki
  • Apr 6, 2022
  • 1 min read

Here's the script to access [Lighing]>[Apperance] to turn off all the liggts to make the darkest night atomosphere

----<Script>----------------------------------------------------

light = game:GetService("Lighting")

light.Ambient= Color3.new(0,0,0)

light.Brightness = 0

light.EnvironmentDiffuseScale = 0

light.OutdoorAmbient = Color3.new(0,0,0)

light.ClockTime = 0

light.Sky.CelestialBodiesShown = false

light.Sky.StarCount = 0

----------------------------------------------------

 
 
 

Comments


©2017 by STEAM for Teens. Proudly created with Wix.com

  • Facebook
  • YouTube
  • LinkedIn
bottom of page