Hey,
I recently added a model where your rank in my group shows up.
The rank name “Supporter” gets cut off, how do I fix this? I want to extend the size basically.
The code (Not sure if you need this)
Thanks!
Hey,
I recently added a model where your rank in my group shows up.
The rank name “Supporter” gets cut off, how do I fix this? I want to extend the size basically.
The code (Not sure if you need this)
Thanks!
Does anyone have a solution for this?
There is no solution for this.
The PlayerList is located in CoreGui, this means developers cannot access the PlayerList. There is also no methods in change the PlayerList.
This is a hypothesis, but the reason why the Value gets cuff is because if the value is too long, the player won’t be able to read if the text is TextScaled.
You can make a custom player list as this will give more control on your GUI.
At the moment, its is currently impossible. Roblox does say that it’s size will be affected depending on the UI so if there is a UI near the leaderboard, it might help.
I don’t really want to create my own UI. Can’t I change the size of the text somehow?
(Sorry for being portrayed by here)
You can’t, as the reply said, you can’t change CoreGui. You have to make your UI, move your current GUI not near the leaderboard or just deal with it.
If you really want someones rank to be seen, you can Create an overhead GUI with the persons rank.
Yeah, I was thinking about adding that.