UI Questions (UITextSizeConstraint / Rotation)

  1. UITextSizeConstrait
    My TextLabel sizes go different across screens. To fix this; I was recommended to use a UITextSizeConstraint although I still cannot figure out the issue.

Properties + Explorer: https://gyazo.com/4806f71845beee19f3d2e76ac86b2082
Average Laptop: https://gyazo.com/d8e1919ff2517002f00ee055126d540d
HD 1080: https://gyazo.com/466543d5128679cacb1df67a06607933

===
2. Whats the best way to make a ImageLabel rotate smoothly (essentially for a loading screen)?
I’m not sure whats the best way to use TweenService or whatever to Rotate a ImageLabel.

2 Likes

I have answer for your 1. question: If I understand what you’re saying, you should use Size for that. For example, when you enter your game, you can see that UI regularly. But people entering from another device can see this trapezoid. The solution to this is very simple, for example, you made one frame, you can go to this frame size and drop your offset. If you set offset to 0, it will appear regularly on everyone’s screen. If you say how do I drop offset;
In the UI, it goes to you, {0,200} {0,200} is just an example, the 200 places that appear here are offset. The simplest solution to this is if you set offset to 0, your frame gets the smallest size. Then you can now enlarge or shrink your frame using your mouse. If you set the offset to 0 once, it will not increase the offset even if it becomes smaller or bigger with the mouse. In short, if you set offset to zero, you can now enlarge or shrink it by hand. This GUI appears regularly on everyone’s screen. To set the offset to 0, you can reset the UI to you by making 0.0.0.0. I hope you understand. If you don’t understand, you can check my portfolio and contact me on my discord.
Discord: Kuzey_Dev # 2215
Portfolio:

1 Like

My offset is set to 0 however. I used scale for this.

1 Like

Oh, I have this error too, can you contact me from my discord?
I can describe you better. Its easy to fix that
Kuzey_Dev#2215

Alright, sent a friend request.

Looking for an answer if you know how.

I’d recommend using a UIListLayout, It’s a simple way to make different UI Elements line up perfectly.