Roblox Studio Udim2 + 2

So I want to make a Gui Switch For my game, But I want to have an Animation. If i do

script.Parent.Background.Switch:TweenPosition(UDim2.new(script.Parent.Background.Switch.Position.X + 0.2,script.Parent.Background.Switch.Position.Y),"Out","Quad",0.3,true)

It won’t work.

Example
Button When you Press goes 5 Px Right Every 5 Px – not onetime use!

I hope there is anyway, Because I have seen many games have this feature

udim2 has 4 values not 2 values so you gotta do switch.position.X.Scale and then 0 or the other way around cos its
udim2.new(X SCALE,X OFFSET,Y SCALE,Y OFFSET)

Ok I’m gonna try this out, I tell you if It works!