I need the test surfacegui to go up half way then stay still. It currently just slides all the way up until you can't see it but I simply just want it to go up half way and stop. Can anyone help me?
The code is below!
1 | test:TweenPosition(UDim 2. new( 0.5 , 1 , - 10 , 0 ), "Out" , "Quad" , 20 , false , nil ) |
1 | test:TweenPosition(UDim 2. new( 0.5 , 1 , 0.5 , 0 ), "Out" , "Quad" , 20 , false , nil ) |
You set the X axis to 0.5, not the Y.