LoadAnimation (Method)

From Legacy Roblox Wiki
Revision as of 16:56, 19 July 2011 by >Megamatrixdude (New page: <onlyinclude>{{Method |name = LoadAnimation |description = This can be used to load an animation into the humanoid as a variable. |returns = [[Instanc...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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()