Setting a billboard gui's position

The title says it all. I want to make it so that when a player joins my game a gui is created and put slightly above their head that showcases their wins sort of like a health bar. Anyone have any idea how to do that? I’ve checked its position property and does not have a vector3.

Btw I already scripted the game so that the gui is created and parented to the player, I just want to know how I’d put the gui slightly above their head

You could use the ExtentsOffsetWorldSpace property of billboard guis to specify the offset. If you want it above you can set that value to something like 0, 3, 0

so that would make it a bit higher then the object it’s parented to?
Edit: this worked. Thx for the help

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