Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(1)
- function getAll(obj)
- for i, Brick in pairs(obj:getChildren()) do
- if Brick:IsA("BasePart") then
- Brick.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
- Brick.Transparency = 0.5
- Brick.Name = "DISCOPARTY"
- end
- getAll(Brick)
- end
- end
- getAll(workspace)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement