im making a simple dialouge and i want to make it so the text goes down, like this
“hi this dialouge only fits 30 letters
so im going down here”
but how would i do that? 30 letters isnt alot for a dialouge so i need help with that
im making a simple dialouge and i want to make it so the text goes down, like this
“hi this dialouge only fits 30 letters
so im going down here”
but how would i do that? 30 letters isnt alot for a dialouge so i need help with that
Ensure that TextLabel.TextWrapped
is set to true
.
that just makes the text invisible but i found a solution already so thanks anyway
(FOR THOSE WITH THE SAME ISSUE JUST DO THIS):
local text = [[
hi this works
lol]]
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.