TweenSizeAndPosition (Method)

From Legacy Roblox Wiki
Revision as of 21:32, 29 April 2011 by >Anaminus (New page: <onlyinclude>{{Method |name = TweenSizeAndPosition |arguments = UDim2 ''endSize'', UDim2 ''endPosition'', Enum ''easingDirection'' = ...)
Jump to navigationJump to search
TweenSizeAndPosition( UDim2 endSize, UDim2 endPosition, Enum easingDirection = Out, Enum easingStyle = Quad, float time = 1, bool override = false, function callback = nil )
Returns bool success
Description: Smoothly moves a GUI to a new size and position.
Member of: GuiObject