Ie_fishe
(paywalls)
August 29, 2020, 2:29pm
#1
I know that you can use TextScaled
but what I’m doing my code relies on the text filling the line and then going onto another like and text scaled will just make it smaller the more text there is but at same time if I don’t use it on other platforms the text is bigger or smaller
1XBL
(syn)
August 29, 2020, 2:43pm
#2
on other platforms the text is bigger or smaller
Hey! I would highly recommend using a GUI scaling plugin to fix your issue.
The plugin linked below will easily set all your GUI’s to offset or scale, showing each device the same size GUI’s.
You can read on the documentation here,
[AutoScale Lite Banenr]
Overview
The plugin has two main functions. Converting a UI element’s size/position to Scale or Offset, and the auto scaling feature.
The Add Constraint feature makes use of the UIAspectRatioConstraint which ensures that your UI retains it’s size on all screen sizes. You can add this constraint to your UI manually but my plugin does the calculating of the AspectRatio property by dividing the AbsoluteSizes so you don’t have to!
[image]
How do I use it hmmmmm?
Firs…