TweenPosition (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac
New page: <onlyinclude>{{Method |name = TweenPosition |arguments = UDim2 endPosition, Enum easingDirection = Out, Enum easyStyle = Quad, number time ...
>MrNicNac
Misspelling
Line 1: Line 1:
<onlyinclude>{{Method
<onlyinclude>{{Method
|name                = TweenPosition
|name                = TweenPosition
|arguments            = [[UDim2]] endPosition, [[Enum]] easingDirection = Out, [[Enum]] easyStyle = Quad, [[float|number]] time = 1, [[bool]] override = false
|arguments            = [[UDim2]] endPosition, [[Enum]] easingDirection = Out, [[Enum]] easingStyle = Quad, [[number|float]] time = 1, [[bool]] override = false
|description          = Smoothly moves a GUI to a new [[UDim2]] position.
|description          = Smoothly moves a GUI to a new [[UDim2]] position.
|object              = BasePlayerGui
|object              = BasePlayerGui

Revision as of 15:48, 22 April 2011

TweenPosition( UDim2 endPosition, Enum easingDirection = Out, Enum easingStyle = Quad, float time = 1, bool override = false )
Returns nil
Description: Smoothly moves a GUI to a new UDim2 position.
Member of: BasePlayerGui