Hi,
im looking to create a hologram for my game using billboard GUIs.
Whenever I move away from my hologram, the text within increases size, and I dont want that(check image#2 for ref).
Scale uses the size the player’s Screen, so when you size using scale, it’ll stay the same size no matter how far the player is from the part. So in the case of using BillBoardGuis, you should be using offset.
Specifically, changing the SizeOffset of the BillboardGui.
Or you can just use a UITextSizeConstraint on the TextLabel