p0s_0
(pos0)
February 24, 2021, 1:48am
#1
Hello,
I’m currently trying to create a BillboardGui that displays the current player’s name and health. However, whenever I walk away, it goes up and cuts off the frame. I’m using Scale to size my BillboardGui. The size is {4, 0}, {1, 0}, the StudsOffset is 0, 1.5, 0, and the max distance is 100. Is there any way to prevent this behavior?
Thanks,
p0s_0.
3 Likes
Vernlage
(Vern)
February 24, 2021, 1:49am
#2
If you’re talking about the billboard getting bigger the further you go away, theres a setting to turn that off though I forgot what it’s called but go into the billboard and check it’s properties and play around until it stops
1 Like
p0s_0
(pos0)
February 24, 2021, 1:50am
#3
That’s not what I’m talking about.
Vernlage
(Vern)
February 24, 2021, 1:50am
#4
what do you mean by the billboard going up then?
1 Like
p0s_0
(pos0)
February 24, 2021, 1:50am
#5
Whenever I walk away, the frame goes up from the original position and cuts off the username and health.
Vernlage
(Vern)
February 24, 2021, 1:51am
#6
can’t you lock it inplace in properties?
1 Like
Some times putting an offset to a BillBoardGui makes it move, use an attachment instead of adding offset
2 Likes
p0s_0
(pos0)
February 24, 2021, 1:52am
#8
I just removed the offset and it still moves.
p0s_0
(pos0)
February 24, 2021, 1:52am
#9
Which property is that? I didn’t see any option.
Vernlage
(Vern)
February 24, 2021, 1:53am
#10
I don’t know then got 0 clue
1 Like
You must have its parent be an attachment so that way, you can use that instead of offset
Also, Are you sure you disabled all the “Offset” settings?
2 Likes
p0s_0
(pos0)
February 24, 2021, 1:53am
#12
I am sure that I disabled all the offset settings.
lluckvy
(aaron)
February 24, 2021, 1:55am
#13
Do you have a video of the issue? I’d probably be better to visualize it
1 Like
Oh wait, I remember, It’s the position of the GUI under the billboard that might be doing that problem! You must keep it to {0,0}{0,0}
1 Like
p0s_0
(pos0)
February 24, 2021, 1:55am
#15
I can’t record anything, my PC will lag like crazy.
p0s_0
(pos0)
February 24, 2021, 1:55am
#16
Do you mean the Frame? The position is 0, 0, 0, 0.
Huh, Maybe check the things INSIDE that frame?
1 Like
p0s_0
(pos0)
February 24, 2021, 1:57am
#18
There’s a frame that’s in the middle that has the position of {0.5, -51},{1, -49}, but the frame needs to be there.
lluckvy
(aaron)
February 24, 2021, 1:57am
#19
Try changing its offset to
{1, 0}{1, 0}
1 Like
p0s_0
(pos0)
February 24, 2021, 1:59am
#20
Which offset are you talking about?