Making a kill feed that resizes according to players name

Trying to make a kill feed that doesn’t change the size of the text but instead changes the X Scale of the frame its in so that everything fits perfectly (NOT OFFSET) I’m using scale so that it fits on every device, tried textbounds and gettextsize but it only gave me in pixels and did not look exactly how I wanted it to.

Any Help is appreciated!

2 Likes

Roblox recently came up with an update for that: Auto Resize

2 Likes

Well to be honest, getTextSize is the best way to do that

Check this game for the tutorial. I’m pretty sure the guy who made the script, thought about scaling the gui for different devices.