felde97
|
  |
| Joined: 11 Dec 2010 |
| Total Posts: 461 |
|
|
| 27 Jun 2012 11:50 AM |
I keep typing in this script and it does not work. Please help while true do script.Parent.BrickColor = BrickColor.Reallyblack("Really black") wait(0.3) script.Parent.BrickColor = BrickColor.White("White") wait(0.3) end |
|
|
| Report Abuse |
|
|
|
| 27 Jun 2012 11:52 AM |
while true do script.Parent.BrickColor = BrickColor.new("Really black") wait(0.3) script.Parent.BrickColor = BrickColor.new("White") wait(0.3) end |
|
|
| Report Abuse |
|
|
felde97
|
  |
| Joined: 11 Dec 2010 |
| Total Posts: 461 |
|
| |
|
| |
|