RandomLuaScripter

[ROBLOX] Darkness for Horror Games

Feb 8th, 2018
5,176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. -- WARNING: Be sure to make this a Script and put in Workspace if you want it to work!
  2. game.Lighting.FogStart = 10 -- Smaller the number means darker the fog.
  3. game.Lighting.FogEnd = 50 -- Smaller the number means darker the fog.
  4. game.Lighting.FogColor = Color3.new(0,0,0)
  5. game.Lighting.TimeOfDay = "00:00" -- Keep for total darkness.
Advertisement
Add Comment
Please, Sign In to add comment