Rank name cut off

rank names

how can i make roblox display more then 5 characters in leaderstats

Just remove the heart emoji. because why would you even need it?

my point is that its currently only displaying 6 characters long

You can’t. Simply make your own leaderboard GUI from scratch.

Try moving the emoji after the text.

i tried that but it still was only showing 6 characters

so to show more then 6 characters i need to make my own leaderborad seem like a ton of work for something so small

afaik there’s no way to do it otherwise

Maybe you can make a shorthand version of each role name?

if Rank.Value == "💕 admins" then
 Rank.Value = "admin"
end