Try to scale the UI again in Position using your plugin, and what is the AnchorPoint of the UI?
when i try to position ui’s i use the scale not the offset
Frame:TweenPosition(UDim2.new(1,0,1,0), "In", "Quad",.5,false)
if you position it at the offset then it will not work
1 Like
I tried scaling it again with the plugin but it doesn’t change. The AnchorPoint is 0, 0
There might be a problem with the plugin, try to convert the Offset Position to Scale manually.
The solution for this article explains how to do that.
he can just by switching the x offset to the x scale same for the Y axis