|
| 29 Jul 2014 04:14 PM |
while true do wait() script.Parent.PointLight.Color=Color3.new(255, 255, 0) wait(1) script.Parent.PointLight.Color=Color3.new(0, 255, 255) end
NOT WORKING |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2014 04:17 PM |
or better yet tell me how to make it fade from [255,255,0] to [0,255,255] |
|
|
| Report Abuse |
|
|
| |
|
Aceta
|
  |
| Joined: 04 Dec 2009 |
| Total Posts: 357 |
|
|
| 29 Jul 2014 04:22 PM |
| Is your hierarchy correct? |
|
|
| Report Abuse |
|
|
Aceta
|
  |
| Joined: 04 Dec 2009 |
| Total Posts: 357 |
|
|
| 29 Jul 2014 04:25 PM |
while true do wait() script.Parent.Color=Color3.new(255, 255, 0) wait(1) script.Parent.Color=Color3.new(0, 255, 255) end |
|
|
| Report Abuse |
|
|
| |
|