Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[coroutine.resume(coroutine.create(function()
- while true do
- swait(2)
- if chaosmode == true then
- tl1.Color = ColorSequence.new(BrickColor.random().Color)
- tl2.Color = ColorSequence.new(BrickColor.random().Color)
- tl3.Color = ColorSequence.new(BrickColor.random().Color)
- RecolorTextAndRename("CHAOS",Color3.new(0,0,0),BrickColor.random().Color,"Fantasy")
- for i, v in pairs(mw1:GetChildren()) do
- if v:IsA("Part") then
- v.Transparency = 0.75
- v.BrickColor = BrickColor.random()
- v.Material = "Neon"
- end
- end
- for i, v in pairs(m2:GetChildren()) do
- if v:IsA("Part") then
- v.BrickColor = BrickColor.random()
- v.Material = "Neon"
- end
- end
- end
- end
- end))]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement