LoadAnimation (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>JulienDethurens
No edit summary
Line 1: Line 1:
<onlyinclude>{{Method
<onlyinclude>{{Method
|name                 = LoadAnimation
|name       = LoadAnimation
| arguments           = [[Instance]] <var>animation</var>
|arguments   = [[Animation]] <var>animation</var>
|description         = This can be used to load an animation into the Humanoid as a variable.
|description = This can be used to load an animation into the Humanoid as a variable.
|returns             = [[Instance]]
|returns     = [[Instance]]
|object               = Humanoid
|object     = Humanoid
}}</onlyinclude>
}}</onlyinclude>



Revision as of 19:49, 9 April 2012

LoadAnimation( Animation animation )
Returns Instance
Description: This can be used to load an animation into the Humanoid as a variable.
Member of: Humanoid


Example
{{{1}}}