|
| 01 Aug 2011 07:11 PM |
can you make multiple line TextLabel?
and if you can, how?
thanks |
|
|
| Report Abuse |
|
|
wdwdwd7
|
  |
| Joined: 19 Apr 2008 |
| Total Posts: 538 |
|
|
| 01 Aug 2011 07:15 PM |
i think u can,ive seen someone do it..
-W |
|
|
| Report Abuse |
|
|
Ulla42
|
  |
| Joined: 14 Dec 2009 |
| Total Posts: 1774 |
|
|
| 01 Aug 2011 07:18 PM |
If you can, theres a property for it "Multi line"
|
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 07:30 PM |
http://wiki.roblox.com/index.php/TextLabel
TextWrap |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 07:38 PM |
it doesn't make it multiple line
|
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 07:44 PM |
| It has to have enough space in the y size, it worked for me. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 07:54 PM |
| i mean like, you can press enter and do multiple line with your thing, or do i need to make multiple textlabel? |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 07:56 PM |
| No, TextWrap allows multiple lines in one TextLabel. |
|
|
| Report Abuse |
|
|
aboy5643
|
  |
| Joined: 08 Oct 2010 |
| Total Posts: 5458 |
|
|
| 01 Aug 2011 07:58 PM |
TextWrap wraps the text to the next line when the text doesn't fit within the x bounds of the label...
lrn2know b4 posting...
~Get the water boiling... I'll get the cauldron and the seasoning... |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 07:59 PM |
| then how do i skip a line? /n or what? |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2011 08:12 PM |
| If you have TextWrap \n works. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 01 Aug 2011 11:53 PM |
| Add ScreenGui, Add TextLabel, set Size big enough, put TextWrap, then through script go game.StarterGui.ScreenGui.TextLabel.Text = "Ohai \n there" |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 12:23 AM |
| oh, your defining the text with a script... i should do this |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2011 12:28 AM |
an other way to do it that look cleaner if you have lots of line could be this :
game.StarterGui.ScreenGui.TextLabel.Text = [[ i have 1 line 2 line 3 line 4 line :D etc...]] |
|
|
| Report Abuse |
|
|
| |
|