How do I design this GUI properly?

Hello! I’m scripter, but I’m also GUI Designer.
I’m trying to make this custom chat GUI, but I can’t figure out how do I place it properly…
so I was placing these GUI objects like this, but there’s completely no unitication.
so I want to get ideas by yours.

I don’t want to change this as SourceSans, since my game uses Gotham.

image

2 Likes

Assuming you have a TextBox, you will have to go to the GUI’s Properties and scroll down until you find the Font setting, there you can change the font to Gotham.

The alternative is to add a LocalScript within the TextBox and paste the following lines of code:

local TextBox = script.Parent
Textbox.Font = "Gotham"