I’m adding pictures later when I’m on my laptop
also, I’m new to making tutorials, and this is nighttime so I’ll come back and improve the explanation tomorrow
in this tutorial, I’ll show you how to make a text with multiple lines!
-
Make a script in anywhere that you can easily find it (Example: Workspace)
-
Type the thing you wanted it as a text in the script you created
Example:
I'm a text
yeah
don’t mind about the errors/warnings it gives you, just let it go, or if you wanted to make it easier to type just make it a string, like this
[[I'm a text
yeah]]
then you can remove the brackets
-
Open the command bar
-
Select the TextLabel/TextButton/TextBox in the explorere then hold Ctrl (it lets you select multiple objects)
-
Select the scriptin the explorer, and you can release your finger from the Ctrl key (make sure they’re both selected, if not, go back to step 4)
-
Type in the command bar:
game.Selection:Get()[1].Text = game.Selection:Get()[2].Source
- Run it
That’s it, you’re done!
you can delete the script now!
and for other things (Name, Value, etc.)
change the “Text” in
game.Selection:Get()[1].Text = game.Selection:Get()[2].Source
into any property name you wanted
and that’s it, you actually finished it
if it doesn’t work for you, you can tell me and I’ll fix it for you