UI looks different on mobile

Why does my ui look like this on mobile? I’ve tried using scale, and UIAspectConstraint but it still looks bad on mobile.


1 Like

UIAspectConstraint makes the gui Instance not to be scaled anymore in the own size.
changing the Size of the gui Instance’s position helps to reduce the annoying gui resizes.

when i make a gui,i add aspectratio and then set the size.then i set size to every other text label/image label instances.

try my idea hope it works :face_holding_back_tears:

1 Like

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