ns001111
|
  |
| Joined: 15 Jan 2011 |
| Total Posts: 2849 |
|
|
| 11 Sep 2011 11:53 AM |
Hardly used it, but Im using a GUI color now so I need a little help.
Heres the line:
f.BackgroundColor3 = Color3.new(255;255;255)
f is defined.
~ ns |
|
|
| Report Abuse |
|
ns001111
|
  |
| Joined: 15 Jan 2011 |
| Total Posts: 2849 |
|
| |
|
| 11 Sep 2011 12:03 PM |
f.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
First of all why do you have ; instead of ,? Second, you use floats so therefore you divide the number you want by 255, in the example above I could just had put 1 instead of 255/255 but I didn't for example proposes.
[If I owned a school, it would be closed by now.] |
|
|
| Report Abuse |
|