My billboard gui is increasing size no matter what I tried everything I saw on the forum and nothing worked.
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?
change the size from Offset to Scale.
I already tried that and, part of my TextLabel got cut out.
The billboard gui is parented to player< character < head
Use Scale, Offset will constantly increase the size to a certain portion of the screen.
Can you show a video of what’s happening? Also, can you please answer the other questions?
People always say this but by default a billboard gui is scaled using offset
Oh crap roblox studio just crashed and it says to report it to the dev forum :c
Sure ,let me go to my game and record 1 sec pls.
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.
The size of the billboard gui and Textlabel are both {4,0},{1,0}
Nothing on the forum or yt is helping i’m becoming very frustrated
if the scale size is bigger than 1 it wont appear it can only be 0-1 i think
Set both the text label and the billboard to scale.
Both are the same size they are {0.4,0},{0.1,0} and I can’t even see it.
If you want the textlabel to cover the entire billboard gui, set the size of the textlabel to {1,0}, {1,0}.
Nvm I fixed it ok thank you so much bro
Where do I do that though? Is there a property I’m missing or do I need a script?