ImageLabel Tweens to The corner of the screen no matter what I do

I have looked at a lot of things included in the ImageLabel and the LocalScript that controls the ImageLabel, Anchorpoint is 0,0. what could I do to fix this?


help2

You are constructing the UDim2 with incorrect syntax, causing it to default to the origin. Simply remove the curly brackets: UDim2.new(xScale, xOffset, yScale, yOffset).

Thank you, I overlooked the smallest mistake.

1 Like

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