Billboard Gui Help

See how the text “Dazzling” is not moving as the character jumps, whereas the other billboard gui moves with the head when jumping.

I want the level gui to be still while jumping instead of moving with the head.

1 Like

It’s still there. Haven’t deleted it.

1 Like

What is the BillboardGui’s parent? Or, what’s its Adornee?
It looks like the level gui is parented or adorned to the head rather than the HumanoidRootPart. The rootpart doesn’t animate like the other body parts do.

1 Like

You can add a GUI to a part and use a loop to make the parts x and z positions equal to the characters x and z position and it can have a fixed y position.

This worked, thank you so much for your help!

1 Like

No problem, glad to hear it did!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.