Advertisement
Guest User

unvar

a guest
Oct 20th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. while true do
  2. game.Lighting.TimeOfDay = "12:00:00"
  3. game.Lighting.Ambient = Color3.new(100/200, 100/200, 100/200)
  4. wait()
  5. game.Lighting.TimeOfDay = "24:00:00"
  6. game.Lighting.Ambient = Color3.new(-1 , -1, -1)
  7. wait()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement