Advertisement
4bxf

Disco Script

Jun 9th, 2020
2,462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. while true do
  2. wait(0.5)
  3. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  4. game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
  5. game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
  6. game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement