Advertisement
dahpiglz

Untitled

Sep 1st, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Chaos V1
  2. m = Instance.new("Message")
  3. m.Parent = Workspace
  4. m.Text = ("Chaos V1 by Rarest_Pepe")
  5. s = Instance.new("Sky")
  6. s.Name = "pepe"
  7. s.SkyboxBk = "http://www.roblox.com/asset/?id=257182665"
  8. s.SkyboxDn = "http://www.roblox.com/asset/?id=257182665"
  9. s.SkyboxFt = "http://www.roblox.com/asset/?id=257182665"
  10. s.SkyboxLf = "http://www.roblox.com/asset/?id=257182665"
  11. s.SkyboxRt = "http://www.roblox.com/asset/?id=257182665"
  12. s.SkyboxUp = "http://www.roblox.com/asset/?id=257182665"
  13. s.Parent = game.Lighting
  14.  
  15. wait(5)
  16. m:Remove()
  17.  
  18. while true do
  19. wait(5)
  20. function Paint(Brick)
  21.  
  22. Brick.BrickColor = BrickColor.new("Really black")
  23. Brick.Material = "CorrodedMetal"
  24. Brick.CFrame=CFrame.new(Brick.Position,Vector3.new(math.random(),math.random(),math.random()))
  25. end
  26.  
  27. function Search(Object)
  28. print(Object)
  29. coroutine.resume(coroutine.create(Paint), Object)
  30. local Children = Object:GetChildren()
  31. for X = 1, # Children do
  32. Search(Children[X])
  33. end
  34. end
  35.  
  36. Search(game.Workspace)
  37. function Paint(Brick)
  38.  
  39. Brick.BrickColor = BrickColor.new("Really black")
  40. Brick.Material = "CorrodedMetal"
  41. Brick.CFrame=CFrame.new(Brick.Position,Vector3.new(math.random(),math.random(),math.random()))
  42. end
  43.  
  44. function Search(Object)
  45. print(Object)
  46. coroutine.resume(coroutine.create(Paint), Object)
  47. local Children = Object:GetChildren()
  48. for X = 1, # Children do
  49. Search(Children[X])
  50. end
  51. end
  52. end
  53. end
  54. end
  55. end
  56. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement