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"
label.Text = plr.Name.." - Group Member"
Can someone please explain why this is happening?
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.
Now it is like this:
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.
{1,0,10}
{1,0,1,0}
Make the frame longer in width or make the frame shorter in heigth, and turn off ClipsDescendants.