Hi there Other Developers,
Im having trouble in gui becaues in my billboardgui my TextLabel is getting cut off
Upclose screenshot:
and now far away:
my layout out of the ui currently is
Thanks a lot!
Hi there Other Developers,
Im having trouble in gui becaues in my billboardgui my TextLabel is getting cut off
Upclose screenshot:
and now far away:
my layout out of the ui currently is
Thanks a lot!
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.
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.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.