|
| 12 Aug 2013 07:36 PM |
So i was making a police car light bar when i made a script that makes it flash diffrent colours. It was inserted in. But nothing happended, The brick didnt do ANYTHING.
Script: while true do script.Parent.BrickColor = BrickColor.White() wait(.25) script.Parent.BrickColor = BrickColor.Red() wait(.25) script.Parent.BrickColor = BrickColor.White() wait(.25) script.Parent.BrickColor = BrickColor.Red() wait(.25) end
I dont understand why this wont work. Yeah, I suck at scripting. But please actually help. |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2013 07:38 PM |
See a green > at the top of your screen?
Click it. |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2013 07:39 PM |
Syntax is correct?
Anything else we should know about :3 |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2013 07:39 PM |
| I did. I feel stupid trying to get help from forumers. |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2013 07:40 PM |
| script.Parent.BrickColor = BrickColor.new("Color") |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2013 07:40 PM |
| Is the Disabled property unticked? |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2013 07:40 PM |
@madness725;
There are a few shortcuts for certain colors. The problem is not one of code. |
|
|
| Report Abuse |
|
|