help me please?
1 | script.Parent.Position = UDim 2. new( 0 , 500 , 0 , 250 ) |
2 | script.Parent.Size = UDim 2. new( 0 , 350 , 0 , 200 ) |
3 | script.Parent:TweenSizeAndPosition(UDim 2. new( 0 , 350 , 0 , 200 ), UDim 2. new(. 0 , 2000 , . 0 , 250 ), "in" , "Quad" , 1 ) |