Trying to make a button that has a push down animation but Im not sure what to do?
Trying to make some button that has a push down animation when mousebutton1down, I got the click part working, just not the animation kind of thing. Just trying to move the pos, and size, not actual animation, unless that is needed
1 | script.Parent.MouseButton 1 Down:Connect( function () |
2 | game.StarterGui.ScreenGui.Frame.MenuBUTTON.Position = UDim 2. new( { - 0.065 , 0 } , { - 0.436 , 0 } ) |
3 | game.StarterGui.ScreenGui.Frame.Main.Position = UDim 2. new( { 0.538 , 0 } , { 0.37 , 0 } ) |
4 | game.StarterGui.ScreenGui.Frame.Outline.Position = UDim 2. new( { 0.538 , 0 } , { 0.484 , 0 } ) |