Hey developers, I’m trying to implement a welcome system into my game but I want it scalable as possible WITHOUT using wrap text so it double lines it. here is an example of what I’m talking about;

Is it possible to make it so the UICorner is scalable and it fits the text?
why cant you just scale it before like roblox users are always 20 letters in length and the letter w it the widest letter so you could just size that frame to fit Welcome,wwwwwwwwwwwwwwwwwwww and then you wouldnt face any problems with long usersname
I’m trying to keep it modernized as possible.
I have other notifications running on this as well so it is all through a UIList and I’m trying to keep everything scalable and not the same size.
Assuming I understood this post right, you want it to scale based on the text in there right? if so, have a look at either AutomaticSize or TextScaled