Hey, I’m trying to make a BillboardGui for my game to show above the player’s head, but I want the gradient to only start and end with the text.
As you can see here is the main issue (background visible to show start and end):
Now, I have tried using TextBounds, but this is client sided only. I have tried passing it through a RemoteFunction but this is way too unstable and only works if the player can see the Gui. (first person for example breaks this)
Additionally, TextService won’t be useful either as this label is using TextScaled, and TextSize won’t be good for a BillboardGui as it is constantly changing in pixel size.
I’m genuinely stumped here. If anyone has any tips or solutions, please let me know!