|
| 16 Mar 2015 07:48 PM |
for i = 1,10 do local r1 = script.Parent.Row1 r1.Transparency.Value = r1.Transparency.Value - 0.1 r1.TextTransparency = r1.Transparency.Value end for i = 1,10 do local r1 = script.Parent.Row2 r1.Transparency.Value = r1.Transparency.Value - 0.1 r1.TextTransparency = r1.Transparency.Value end for i = 1,10 do local r1 = script.Parent.Row3 r1.Transparency.Value = r1.Transparency.Value - 0.1 r1.TextTransparency = r1.Transparency.Value end for i = 1,10 do local r1 = script.Parent.Row4 r1.Transparency.Value = r1.Transparency.Value - 0.1 r1.TextTransparency = r1.Transparency.Value end for i = 1,10 do local r1 = script.Parent.Row5 r1.Transparency.Value = r1.Transparency.Value - 0.1 r1.TextTransparency = r1.Transparency.Value end for i = 1,10 do local r1 = script.Parent.Row6 r1.Transparency.Value = r1.Transparency.Value - 0.1 r1.TextTransparency = r1.Transparency.Value end for i = 1,10 do local r1 = script.Parent.Button r1.Transparency.Value = r1.Transparency.Value - 0.1 r1.TextTransparency = r1.Transparency.Value end
|
|
|
| Report Abuse |
|
|
TC8950
|
  |
| Joined: 09 May 2010 |
| Total Posts: 4925 |
|
|
| 16 Mar 2015 08:32 PM |
| Transparency doesn't have a value, unless you are using a object named that. |
|
|
| Report Abuse |
|
|
| |
|
TC8950
|
  |
| Joined: 09 May 2010 |
| Total Posts: 4925 |
|
|
| 16 Mar 2015 08:39 PM |
Name the object Transparency something different, I think the game is getting confused. I tried to rebuild as much as I could and when I renamed the numval object to something different it worked, and the lines showed up. |
|
|
| Report Abuse |
|
|