So I have two TextLabel
s here.
Both of them are positioned and sized using Scale
, and they have a UIAspectRatioConstraint
.
Both of their AnchorPoint
s are 0, 0
.
The green TextLabel is centered in the blue one.
The problem is that when I change Roblox Studio’s workspace size by removing the Toolbox tab, the green TextLabel is no longer centered in the blue TextLabel. It moves to right.
This also happens when I test the game on other devices.
I tried manipulating the AnchorPoint
s, but it doesn’t seem to fix the problem.
Any ideas?