brick = script. Parent while true do brick. BrickColor = BrickColor. random() wait(0. 5) – always include the wait in “while true do” (infinite loops). Otherwise your program will crash. end
brick = script. Parent while true do brick. BrickColor = BrickColor. random() wait(0. 5) – always include the wait in “while true do” (infinite loops). Otherwise your program will crash. end