LeoScripts

The Rainbow Server Destroyer

May 21st, 2018
332
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. game.Lighting.FogEnd = 0
  3. game.Lighting.FogColor = Color3.new(math.random(), math.random(), math.random())
  4. wait()
  5. game.Lighting.FogColor = Color3.new(math.random(), math.random(), math.random())
  6.  
  7. local a = Instance.new("Part", workspace)
  8. a.BrickColor = BrickColor.random()
  9. a.Material = "Metal"
  10. a.Size = Vector3.new(100,100,100)
  11. wait()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment