Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function createpart()
- while true do
- local part = Instance.new("Part", game.Workspace)
- part.Name = "LOLbrick"
- part.BrickColor = BrickColor.Random()
- part.Anchored = false
- if part.BrickColor == BrickColor.Gray()
- then part.Name = "BoringBrick"
- wait(0.5)
- end
- end
- end
- while true do
- createpart()
- wait(5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement