how i would make billboard only face to camera without this weird thing.
1 Like
What weird thing? You’ll need to give more information about what you actually want it to look like.
It strange changing Position when looking at it from down and up. Im making Heal Gui, so it would be statistic
Simply change the offsets to be where you want it.
StudsOffset is relative to the camera’s orientation. I suspect this is what you are currently using.
If instead you want it to be a few studs up in world space, and not change with orientation, then use StudsOffsetWorldSpace.
1 Like