How would you make the text automatically go down when it doesn't fit anymore?

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

1 Like

Ensure that TextLabel.TextWrapped is set to true.

2 Likes

that just makes the text invisible but i found a solution already so thanks anyway :slight_smile:

(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.