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

How do I make cloned text labels automatically align with the last?

Asked by 3 years ago

I want to make a log system, where when you click a button it clones a text label in a different frame but how would make it so they are perfectly aligned?

1 answer

Log in to vote
0
Answered by 3 years ago

Hey, you can make use of UIListLayout. https://developer.roblox.com/en-us/api-reference/class/UIListLayout

In your frame, you create one and then configure how you want them to list, there's padding so you can put a space between them.

0
Thank you JJGJORDAN12345 0 — 3y
Ad

Answer this question