Why isn't my Billboard GUI showing everything?

For some reason, my Billboard GUI doesn’t show everything it is supposed to show. It is supposed to say: “(Username) - Group Member”, but it only says: “(Username) - Group”. My script says: label.Text = plr.Name.." - Group Member"

Can someone please explain why this is happening?

2 Likes

It could be that you have the text of the textlabel set to a non-scaled and is on a number value. Try putting it on ScaledText.

1 Like

Now it is like this:

1 Like

Try scaling the billboard gui to {1,0,10} then your text label to {1,0,1,0} this might work. Can’t really visualize since im on phone.

2 Likes

Make the frame longer in width or make the frame shorter in heigth, and turn off ClipsDescendants.

2 Likes