Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you make a Message say 2 lines?

Asked by
KenzaXI 166
8 years ago

so say if you put in Message.Text = "dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd" But it hides most of the text, How do you make it so it just goes to the next line and carries the Message on? Thank.

0
I'm not sure that this is possible. HungryJaffer 1246 — 8y
0
The roblox message instance does not have any multi-line functionality. They only way to accomplish this is buy creating your own gui message. BlackJPI 2658 — 8y

1 answer

Log in to vote
1
Answered by
DataStore 530 Moderation Voter
8 years ago

Use \n somewhere within the string - This will create a new line, with everything proceeding the \n being on the next line. Depending on the size of the string, for the message instance, you may need to use it multiple times.

0
thank you sir, i am amazed by your amazingness. HungryJaffer 1246 — 8y
0
Wait so do you do "lol /n lol"? KenzaXI 166 — 8y
1
There's a difference between / and \. \ is usually on the key between Backspace and Enter. In my experience, this only works when GUIs have TextWrapped = true. BlueTaslem 18071 — 8y
0
Cheers KenzaXI 166 — 8y
Ad

Answer this question