igunaa
|
  |
| Joined: 15 Sep 2010 |
| Total Posts: 2588 |
|
|
| 28 Jun 2015 08:56 PM |
x = Instance.new('TextLabel') x.Size = {0, 500},{0,500}
Wont Work
Said the wise. |
|
|
| Report Abuse |
|
|
Froast
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 3134 |
|
|
| 28 Jun 2015 09:04 PM |
| x.Size = UDim2.new(0,500,0,500) |
|
|
| Report Abuse |
|
|
igunaa
|
  |
| Joined: 15 Sep 2010 |
| Total Posts: 2588 |
|
|
| 28 Jun 2015 09:24 PM |
Thanks, forgot about the UDIm, Size will only work for Parts.
Said the wise. |
|
|
| Report Abuse |
|
|