I would like to know how I can create an NPC with animation using the animation editor.
Thank you!
You can use:
example=Humanoid:LoadAnimation(script.Parent.AnAnimation) example:Play()
See more at:
http://wiki.roblox.com/index.php?title=LoadAnimation_(Method)
I hope I help.