EDIT 1: MouseLeave error, it's not working.
function mouseremove() script.Parent:TweenPosition(UDim2.new(0, 0, 0, 200),'Out','Bounce',2,true,nil) end script.Parent.MouseLeave:connect(mouseover)