I know I am not the only one out there who doesn't like adding a new Gui just for another line of text...
So, when you make a Gui with multiple lines of texts, you can add a line by click "AddLine". It will add a Text2 underneath Text, then Text3, then Text4 and so on. Maximum Lines: 10.
You can call it in a script by doing "script.Parent:AddLine()". It will add a line to it.
You can edit it by doing "script.Parent.Text2 = "Hi" ".
It takes away the useless hassle of adding lines, moving it to exactly line up, then moving it down each time precisely. etc.
|