I'm scripting a global leaderboard with data store, so I can't use a localscript, which means I can't use the TextBounds property. What else can I do to match the length of the GUI to the end of the labels last letter?
Hmm... Create your own function? (count the number of pixels used for each character) OR (no idea if can work) use a localscript to get the value, and send it to the real script...