Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I make an NPC have animation?

Asked by 10 years ago

I would like to know how I can create an NPC with animation using the animation editor.

Thank you!

1 answer

Log in to vote
0
Answered by 10 years ago

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.

Ad

Answer this question