I got this question for a long time now. So i want to animate my menus. So if you click a button a frame slides over the screen. Before i just used the .Visible method but i want the more advanced method so it like rotates smooth or slides smooth over the screen or gets bigger and disappears. Can someone please tell me how?
Use tween position or tween size. These use smooth transitions and are great! http://wiki.roblox.com/index.php?title=Gui_Tweening Here's a example
script.Parent:TweenPosition(UDim2.new(1,0,1,0), "Out", "Elastic", 1, true)