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.
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.
It’s still there. Haven’t deleted it.
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.
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!
No problem, glad to hear it did!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.