Bilboard gui increasing in size

My billboard gui is increasing size no matter what I tried everything I saw on the forum and nothing worked.

3 Likes

We need more information. Can you show the properties window with your billboard gui selected? Screenshot the explorer and show all the children of the billboard gui? What do you mean by increasing size? What is the billboard gui parented/adorneed to?

2 Likes

change the size from Offset to Scale.

1 Like

I already tried that and, part of my TextLabel got cut out.

1 Like

The billboard gui is parented to player< character < head

1 Like

Use Scale, Offset will constantly increase the size to a certain portion of the screen.
image

1 Like

Can you show a video of what’s happening? Also, can you please answer the other questions? :slightly_smiling_face:

1 Like

People always say this but by default a billboard gui is scaled using offset :confused:
Oh crap roblox studio just crashed and it says to report it to the dev forum :c

1 Like

Sure ,let me go to my game and record 1 sec pls.

1 Like

Yes, the default (whatever it’s called) for all UIs are offset, however scaling is the ideal and suitable method of sizing/positioning your User Interfaces. If your TextLabel is cutting out, simply change the TextLabel’s sizing to Scale as well.

There are a countless number of youtube videos, articles, and devforum posts on this issue which you could take a look at.

1 Like

The size of the billboard gui and Textlabel are both {4,0},{1,0}

1 Like

Nothing on the forum or yt is helping i’m becoming very frustrated

1 Like

Here the model if you want to try and fix it NameTag - Roblox

1 Like

if the scale size is bigger than 1 it wont appear it can only be 0-1 i think

1 Like

Set both the text label and the billboard to scale.

1 Like

Both are the same size they are {0.4,0},{0.1,0} and I can’t even see it.

1 Like

If you want the textlabel to cover the entire billboard gui, set the size of the textlabel to {1,0}, {1,0}.

2 Likes

Nvm I fixed it :smiley: ok thank you so much bro

3 Likes

Where do I do that though? Is there a property I’m missing or do I need a script?

1 Like