Korrium
|
  |
| Joined: 25 Aug 2009 |
| Total Posts: 729 |
|
|
| 25 Jan 2014 06:18 PM |
game.Workpsace.Part.BrickColor = "Light blue" or "Light red" or "Lime green"
Is that a valid script for making a block change colors or is this?
while wait() do wait(2) game.Workspace.Part.BrickColor = "Light blue" wait(2) game.Workspace.Part.BrickColor = "Light red" wait(2) game.Workspace.Part.BrickColor = "Lime green" end
I must know. |
|
|
| Report Abuse |
|
|
|
| 25 Jan 2014 06:19 PM |
| BrickColor = BrickColor.new("Light blue") |
|
|
| Report Abuse |
|
|
Korrium
|
  |
| Joined: 25 Aug 2009 |
| Total Posts: 729 |
|
|
| 25 Jan 2014 06:19 PM |
erm all the "light"s are supposed to be "Bright" sorry my for incorrection. |
|
|
| Report Abuse |
|
|