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

Can Anyone Help Me With A Spacing TextLabels Apart In A Chat Gui?

Asked by 5 years ago

So I am working on a chat gui right now. I would like the text to be like: [TagName] [Player Name] Message Instead, I get This: https://1drv.ms/u/s!AiPenPxifnh8heE3r_ei8krkHYiJhA

Here is a snippet of my code:

SenderLabel.Text = TagLabel.Text:gsub(".", " ")..SenderLabel.Text
MessageLabel.Position = UDim2.new(0,0,0)
MessageLabel.Text = SenderLabel.Text:gsub(".", "  ")..MessageLabel.Text
0
Is it scaled The_Pr0fessor 595 — 5y
0
No, But I am good now. I examined how the default chat gui worked and found the answer. Thanks GuiHelperSince2014 70 — 5y

Answer this question