|
| 14 Aug 2013 05:24 PM |
Is there a way to make your text in a verticle position instead of having it horizontal?? No one in Game Design or Building Helpers would respond. |
|
|
| Report Abuse |
|
|
| |
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
|
| 14 Aug 2013 05:26 PM |
| Not without textbounds magic |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2013 05:26 PM |
Make the Size.X of the TextLabel this: {0, 1}. Then enable the TextWrapped property.
Wiki Profile: http://wiki.roblox.com/index.php/User:Nelson |
|
|
| Report Abuse |
|
|
| |
|
|
| 14 Aug 2013 05:32 PM |
You could also set the TextBox's text using a script, and put "\n" after each letter... TextLabel.Text = "H\ne\nl\nl\no\nT\nh\ne\ne\nr\ne"
Wiki Profile: http://wiki.roblox.com/index.php/User:Nelson |
|
|
| Report Abuse |
|
|