Gui Tween not going to right place

I need help my gui tween script wont make it go to the position even if i change it to any numbers it wont change where it goes Please help.
image
image
It tweens to over there always.
image

1 Like

Try giving the tween more parameters? It might also be your UDim2 formatting. You might want to move the tweenservice reference up by where you reference UIS too. Try, say,

Object:TweenPosition(UDim2.new(0.2,0,0.1,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quart, 1)
1 Like

I need size and rotation ones of these PLS that is all

1 Like

Okay, then you’re going to want to create your own tweens for both position and rotation and not use TweenPosition.

1 Like