Custom chat system

Hello, i’m trying to make custom chat system, i have system ready however i’m having this problem:
RobloxStudioBeta_UhqaGJmr9Q
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)
image
As you can see here player messages start right after their username ends.

Thanks!

can you try just doing UserName..Text so that it is all in 1 line and in 1 textLabel

1 Like

I know about that but i want to make it multiple colors

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

1 Like

Thanks! This is what i needed!

no problem i am just helping where i can while i wait to get help with my own problems

1 Like