How to fix billboard gui from moving?

Is their any fix to stop the gui from moving when player is further away?

The issue is the text moving from bottom to the top depending on player distance.

Go over to your billboard size property, and make sure to use scale on the X and Y properties.

  • Offset means gui size will change
  • Scale means gui size will stay the same

I think I got it thank you! by any chance is there a way to stop the texts from double stacking?

like when I move further it stacks the text above it!

Make sure all gui elements use Scale, not Offset!