|
| 29 Sep 2012 06:05 PM |
| I need someone to build me a stop light.Colors are green and red.I need it to be green for 10 second and red for ten second.I need two.1 is red at the begining.and 2 is green at the begining.it needs to be like that when I place it.Please help.I will pay 19 robux(thats all I have) |
|
|
| Report Abuse |
|
|
crusada91
|
  |
| Joined: 04 Sep 2010 |
| Total Posts: 684 |
|
|
| 29 Sep 2012 06:06 PM |
| Why not yellow too? O wait, no one ever listens to it :( |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2012 06:07 PM |
| I diddent want to put yellow because it would probably to hard for the scripter to make it for me |
|
|
| Report Abuse |
|
|
| |
|
crusada91
|
  |
| Joined: 04 Sep 2010 |
| Total Posts: 684 |
|
|
| 29 Sep 2012 06:19 PM |
Lol hard? how would it be hard
Make a pole 3 lights named red, yellow, green
script in the model
while true and wait() do red.Transparency = 0 yellow.Transparency = 1 green.Transparency = 1 wait(10) red.Transparency = 0 yellow.Transparency = 1 green.Transparency = 0 wait(2) red.Transparency = 0 yellow.Transparency = 0 green.Transparency = 1 wait(10) red.Transparency = 0 yellow.Transparency = 1 green.Transparency = 0 wait(2) |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2012 06:21 PM |
| Sorry but I dont have bc and this is my remains of it |
|
|
| Report Abuse |
|
|
| |
|