User talk:Megamatrixdude

From Legacy Roblox Wiki
Jump to navigationJump to search
My avatar

Oh look, it's my talk. :D

мεgαмαтяιx∂υ∂ε (TalkContributions) 23:25, 24 December 2010 (UTC)

Anim

Just leaving it here.


<onlyinclude>{{Method
|name                 = LoadAnimation
|arguments            = [[Variable]] ''Animation''
|description          = Make a character act out an [[Animation]]
|object               = Humanoid
}}</onlyinclude>
[[Category:Methods]]

{{clear floats}}

{{Example|<pre>
anim = hum:LoadAnimation(script.Parent.Animation)
anim:Play()

}}