Aruc
|
  |
| Joined: 23 Feb 2013 |
| Total Posts: 2363 |
|
|
| 19 Jan 2014 08:24 AM |
game.Workspace.BuildingZoneSign.SurfaceGui.TextBox.TextStrokeColor3 = ["0,255,255"] wait(0.2)
doesnt work at all |
|
|
| Report Abuse |
|
|
Greone
|
  |
| Joined: 02 Jan 2013 |
| Total Posts: 12116 |
|
|
| 19 Jan 2014 08:36 AM |
| http://wiki.roblox.com/index.php/Color3 |
|
|
| Report Abuse |
|
|
Geodesic
|
  |
| Joined: 02 Jun 2013 |
| Total Posts: 998 |
|
|
| 19 Jan 2014 08:39 AM |
yes the link above pretty much explains everything |
|
|
| Report Abuse |
|
|
Aruc
|
  |
| Joined: 23 Feb 2013 |
| Total Posts: 2363 |
|
|
| 19 Jan 2014 08:57 AM |
| Oh Thx. I'm 2 lazy to check on wikis :L |
|
|
| Report Abuse |
|
|
Aruc
|
  |
| Joined: 23 Feb 2013 |
| Total Posts: 2363 |
|
|
| 19 Jan 2014 09:00 AM |
But It's confusing so i Cant do it. full script :
------------------------OOoooh Rainnnboowwsss!!!--------
while true do game.Workspace.BuildingZoneSign.SurfaceGui.TextBox.TextStrokeColor3("0,0,255") wait(0.2) game.Workspace.BuildingZoneSign.SurfaceGui.TextBox.TextStrokeColor3("255,0,0") wait(0.2) game.Workspace.BuildingZoneSign.SurfaceGui.TextBox.TextStrokeColor3("0,255,0") wait(0.2) game.Workspace.BuildingZoneSign.SurfaceGui.TextBox.TextStrokeColor3("0,255,255") wait(0.2) game.Workspace.BuildingZoneSign.SurfaceGui.TextBox.TextStrokeColor3.("255,255,0") end |
|
|
| Report Abuse |
|
|