I made the animation with the editor and need to upload it into the NPC. The wiki confused me, can you guys help?
Upload the animation ( costs 30 robux :( ), once it's uploaded, get the link to it. Try rereading this part of the wiki.
So, in a script you:
AnimationController = Instance.new("AnimationController") AnimationTrack = AnimationController:LoadAnimation("LINK TO YOUR ANIMATION ID.") AnimationTrack:Play() -- Plays the loaded animation.