Hello, i’m trying to make custom chat system, i have system ready however i’m having this problem:
If user haves short username chat text is far away. And i’m trying to make it start after the player name ends.
I’m trying to do something like this: (Taken from Polyguns)
As you can see here player messages start right after their username ends.
In that case you can use the property of the textLable called TextBounds which shows how wide and tall the text is so you could make it so the UserName text box is that width and then make the other textLable position in the x to the same as the width of the UserName textLabel