How to make the text not move on a billboard gui

Basically Im using a billboard gui and what im wanting to do is to like stop the text moving when the camera move i just want it to not move

Sadly I can’t share a video but the text keep changing itself with size and it moves based on the camera position

I didn’t find solutions for that so I help someone can help


image

1 Like

I don’t see anything wrong… Is there separate frames inside the BillboardGUI?

image
It is set up like that, the problem is that the text moves weirdly and change position when I move the camera, how to make it like so it just stay not moving…

Could you send a RBXM file of your BillboardGUI, and i can tinker around with it?

billboard.rbxm (50.2 KB)
Sure, here!

It seems that you can half-solve your problem by setting TextTruncate to SplitWord.This will cut off the text when the player gets too far, and display it normally when they are closer.

P.S Disable TextScaled

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