I’ve kinda run into a problem with sizes, this just goes to show scale and offset dont get along well.
Heres what im trying to do, i want to display a message on a gui like this:
“Thats so easy, I can do it with my eyes closed”. But theres another condition i want to add. I want certain words to have different colors.
just an example im not gonna use this ugly color scheme
Now the way i display my text will be through code, and it will involve different text and player names. I know you can make different words have different colors by having multiple TextLabels and using their TextBounds property. Here is where my problem is. When a long username gets displayed, it takes up too much space, leaving none for other text to fit in.
The least i want to achieve is having each text have the same size (there are 4 types of text i want to fit in this box). Any help would be appreciated!