How would I use the TweenSize and Tween Position? Quoted directly from the wiki:
TweenPosition ( UDim2 endPosition, EasingDirection easingDirection = Out, EasingStyle easingStyle = Quad, float time = 1, bool override = false, Function callback = nil )
Smoothly moves a GUI to a new UDim2 position.
TweenSize ( UDim2 endSize, EasingDirection easingDirection = Out, EasingStyle easingStyle = Quad, float time = 1, bool override = false, Function callback = nil )
Smoothly resizes a GUI to a new UDim2.
Look and read this wiki page. It helps ALOT, like when I first tryed tweening I used this wiki. http://wiki.roblox.com/index.php?title=Tweening