Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(0.5)
- game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement