LoadAnimation (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Itunes89
No edit summary
>Itunes89
No edit summary
(No difference)

Revision as of 13:58, 16 January 2012

Deprecated:This item is deprecated. Do not use it for new work.
LoadAnimation( )
Returns Instance value
Description: This can be used to load an animation into the humanoid as a variable.
Member of: Humanoid


Example

Used to make a humanoid act out an animation.

example=Humanoid:LoadAnimation(script.Parent.AnAnimation)
example:Play()