It changes colors based on the team of the player, any feedback would be great! I don’t use any separate programs when I make my GUIs (For the aurebesh I typed what I wanted into a notepad with that font, took a screenshot of it and took out the background)
Like @AwesomeGamingYT2 said, you could make it brighter green or darker green to black, so it contrasts from the other words. Or give it a color scheme that fluctuates the green color (like a color tween between a bright green and then an even brighter green if you understand that).
So its color depends on what team the player is on. Thank you for the feedback!
I did try making a table for the colors, like
local colors = {
[“Visitors”] = color goes here
}
But I started selling this, so it becomes more complicated for people who don’t know much lua to set up.