Advertisement
wamandnj

Untitled

Jan 5th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. --[[coroutine.resume(coroutine.create(function()
  2. while true do
  3. swait(2)
  4. if chaosmode == true then
  5. tl1.Color = ColorSequence.new(BrickColor.random().Color)
  6. tl2.Color = ColorSequence.new(BrickColor.random().Color)
  7. tl3.Color = ColorSequence.new(BrickColor.random().Color)
  8. RecolorTextAndRename("CHAOS",Color3.new(0,0,0),BrickColor.random().Color,"Fantasy")
  9. for i, v in pairs(mw1:GetChildren()) do
  10. if v:IsA("Part") then
  11. v.Transparency = 0.75
  12. v.BrickColor = BrickColor.random()
  13. v.Material = "Neon"
  14. end
  15. end
  16. for i, v in pairs(m2:GetChildren()) do
  17. if v:IsA("Part") then
  18. v.BrickColor = BrickColor.random()
  19. v.Material = "Neon"
  20. end
  21. end
  22. end
  23. end
  24. end))]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement