I am trying to make a Chat GUI and I want the message to be different colors which Im using multiple TextLabels to achieve. I need the label showing the chat to change size according to the name of the person, which I managed, but for some reason the text wont stay within the frame it is parented to, instead it clips off to the right. how do I stop this and make it always fit in perfectly up to the edge within the frame? I dont wanna use a script in each chat message because im worried that could cause a bit of lag. I have been screwing around with various constraints and properties for a bit and cant figure out how to do this. Here is an image:
another alternative would be if there is a way to make a sort of grid layout with different sized columns maybe?
