Hello people, I am trying to make a Home BillBoard_Gui so that my character can return and find where home is by finding a small icon on their screen. The problem is that it keeps on showing the same size, which can get in the way of the player.
My question is the title and the specific one is at the bottom.
Here’s a video: thing.wmv (1.9 MB)
Solutions i have tried:
Searching the wiki, found nothing helpful
Changing the offsets and scale.
Thought I have while making this post:
This will probably include scripting, which I can’t do if that is actually the solution. But I’ll research on it anyways.
Q: How would I Make A BillBoard_Gui turn smaller every time my character goes further away from it and when the character gets closer to it, then the BillBoard_Gui will get bigger?
I’m pretty certain you can change your BillboardGui to be Scale-only (that is, get rid of any offset). e.g. UDim2.new(30, 0, 30, 0)
This should keep the BillboardGui a set size where you can run away and it stays the same relative size. I have noticed this causes jittering, but that’s nothing you can control. Another option is to use a SurfaceGui that always faces the client’s CurrentCamera. Since the SurfaceGui is stuck to a part, it will not shrink or grow at all unless the part shrinks or grows.