|
| 21 Nov 2014 04:13 PM |
t.TextColor3 = BrickColor.new(255,255,255)
Im new to guis and I tried a few diffrent methods to change the Color Text but I cant seem to do it I checked wiki and I saw they had something like that but it still wont work so whats the problem? |
|
|
| Report Abuse |
|
|
Vescatur
|
  |
| Joined: 18 Feb 2012 |
| Total Posts: 3426 |
|
|
| 21 Nov 2014 04:17 PM |
t.TextColor3 = Color3.new(255/255,255/255,255/255);
It's Color3.new(), and it's from 0-1, not 255, so you need to divide it by 255. |
|
|
| Report Abuse |
|
|
|
| 21 Nov 2014 04:22 PM |
| Actually it still worked without the /255 extra |
|
|
| Report Abuse |
|
|
Vescatur
|
  |
| Joined: 18 Feb 2012 |
| Total Posts: 3426 |
|
|
| 21 Nov 2014 04:33 PM |
In this case, it would, yes, as it's going to white.
If you wanted, say, grey, and did 125,125,125 then it'd still be white, unless you did the /255. |
|
|
| Report Abuse |
|
|