I’m creating a character selection system, and I have one problem, the button is ugly and doesn’t match the style of the game, can anyone help?
You can do what you are currently doing, where you can change the Textbutton.Font’s property, but I would recommend creating the button in the Studio, and putting it in a folder somewhere. Then just clone that button from the folder instead of having to code the changes.
If you did want to do code then here is a sample:
Button.Font = Enum.Font.ArialBold
Button.BackgroundTransparency = 0.5
1 Like