01 | script.Parent.Parent.Part.Color 3 = vect.Color 3. new = = Color 3. new(. 0 , 38 , . 2 ) |
02 | wait(. 01 ) |
03 | script.Parent.Parent.Brick.Color 3 = vect.CColor 3. new = = Color 3. new = = Color 3. random |
04 | if |
05 | Brick.Color 3 = = vect.Color 3 ( 0 , 0 , 0 ) |
06 | then script.Parent.Parent.Part.Color 3 = vect.Color 3. new = = Color 3. random |
07 |
08 | while true do |
09 | if |
10 | Brick.Color 3. Value = ( 0 , 0 , 0 ) then true = Color 3. new(. 0 , 38 , 0.2 ) |
11 | end |
12 | end |
13 | end |
Script is not working. I want a color changing brick and my script doesn't seem to work at all. Can someone help me find my mistakes?
First instead of going to the workspace just put the script in the part and say "script.Parent". Second, you can't use color3 with bricks. You have to make numbers with different color names assigned to them like this "1 = "ReallyRed" 2 = "ReallyBlue" 3 = "Toothpaste" 4 = "ReallyBlack". Then you use math.random(1,4). Third, even if you were using color3 you don't need vect behind it.