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