|
| 13 Oct 2013 06:33 PM |
| Hey, I'm not much of a scripter, so I need some help. I'm making a Abandoned Moon Base, and I need a brick too flash from white to red constantly, for alert (an oxygen canister is leaking). Can someone make me a script for that? |
|
|
| Report Abuse |
|
|
|
| 13 Oct 2013 06:34 PM |
| No, Learn to script and come back with broken code. |
|
|
| Report Abuse |
|
|
|
| 13 Oct 2013 06:35 PM |
| Don't be a thing, just help me please, that's all I ask. |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Oct 2013 06:47 PM |
How fast do you want it to blink?
(One second, half a second, etc.) |
|
|
| Report Abuse |
|
|
|
| 13 Oct 2013 06:47 PM |
Read this thread I wrote: http://www.roblox.com/Forum/ShowPost.aspx?PostID=115104609
~ℇℸℇℛηαℒℱίℛℇℇαℸℇℛ~ |
|
|
| Report Abuse |
|
|
|
| 13 Oct 2013 06:48 PM |
I did try this:
while true do x = Workspace.Derp x.BrickColor = ("White") wait(1) x.BrickColor = ("Really Red") wait(1) end
Error: Workspace.Derp.Script:3: bad argument #3 to 'BrickColor' (BrickColor expected, got string) |
|
|
| Report Abuse |
|
|
Evildaddy
|
  |
| Joined: 17 Apr 2010 |
| Total Posts: 5142 |
|
|
| 13 Oct 2013 06:49 PM |
| Try x.BrickColor = BrickColor.new("Really red") |
|
|
| Report Abuse |
|
|
|
| 13 Oct 2013 06:51 PM |
I even know how to do that, and... pathetic.
I'll make it tho. |
|
|
| Report Abuse |
|
|
|
| 13 Oct 2013 06:51 PM |
| Works, I forgot to put "Really 'red'" instead of "Really 'Red'". |
|
|
| Report Abuse |
|
|