Trying to reverse a tween

So basically I want the gui to go back its normal position when the tween is finished. How would I do this?

local willTween = GUI.Frame.Mag.Current:TweenSize(
		UDim2.new(0.250, 0, 1.400, 0), 
		Enum.EasingDirection.InOut,
		Enum.EasingStyle.Quad,
		0.25, 
		false		
	)
1 Like

It seems there’s already a post for this. :smiley:
Try searching the forum before posting your questions!

1 Like