SHOW:
|
|
- or go back to the newest paste.
| 1 | - | while wait(1) game.Lighting.Ambient - Color3.new(math.random(), math.random(), math.random()) end |
| 1 | + | while wait(1) do game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random()) end |