TextLabel getting cut off

Hi there Other Developers,
Im having trouble in gui becaues in my billboardgui my TextLabel is getting cut off

Upclose screenshot:
Screenshot 2024-04-01 153145
and now far away:
Screenshot 2024-04-01 153149

my layout out of the ui currently is
image|250x0

Thanks a lot!

1 Like

Go to scale and open the x and y values, set offset to 0 for both and scale to one.

Explanation: offset it measured in pixels which change depending on how far away you are, while scale changes on the gui size. This is used to make gui fit on all devices as well.

1 Like

Yup, just like that. You need to go to the properties of your TextLabel and then go to size. Change it to 1,0,1,0. Also you should turn on TextScaled (bool value) in the properties too.

1 Like

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