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

How do I animate custom models?

Asked by
neoG457 315 Moderation Voter
8 years ago

I know how to animate Players and NPC but I cant animate custom models. I've read the wiki article multiple times however it is no help to me because it doesn't have much detail. I'm trying to animate a tail made of 5 segments. Please help me.

1
Motors/BodyMovers/CFrame/Custom Animations/Welds there are lots of ways try searching these things on the wiki and see if they help you. Ryzox 220 — 8y
1
I want to animate it using ROBLOX ANimator neoG457 315 — 8y
1
You should specify that in the original post as there are many different ways of animating. I would suggest using moving away from ROBLOX Animator and using welds, CFrame, motors stuff like that as you can get a much better and much more positive result.  Ryzox 220 — 8y

1 answer

Log in to vote
4
Answered by 8 years ago

Okay, I'll take you through this step by step. PM me if you need more help, I'm very good with animation models/NPCs.

Starting off with Motor6Ds

The first thing you want to do is create the Motor6Ds. The Motor6Ds are basically what connects everything to the Torso. The first thing you want to do is create and connect all the basic body parts to the Torso. A helpful plugin I like to use to create Motor6D's is this by FromLegoUniverse. When using this, select the Torso as Part0, and select each limb seperately and make it Part1.

The Second thing you want to do is make a HumanoidRootPart. The HumanoidRootPart is basically the real torso. We want to create a Motor6D connection with HumanoidRootPart as Part0, and the Torso as Part1. We will name is Root Hip (This is very important)

Now that the animations are set

We can move onto the more important matters. There needs to be an AnimController located in the humanoid of the NPC (did I mention it needed a Humanoid) Well, there doesn't necessarily have to be a humanoid, but I guess you could read about loading animations onto NPCs with AnimControllers on the wiki page for Animations. But now that the animations are set, you can now animate it. This is easier then you think. All you do is click on where you put the Root Part, and the Animation menu will have all the things that the Torso was connected to with Motor6Ds.

Loading the Animations.

Loading animations is basically the same if you have a humanoid with a different motor6d interface. But if we have a Model, then that's something different. If we don't want to add a humanoid, you want to add the AnimController into the model. and load the animation into the animcontroller. the AnimController should Automatically find all the Motor6Ds.

0
This is from another question I answered HungryJaffer 1246 — 8y
0
*Sheds single tear of gratitude lordrex12345 25 — 7y
Ad

Answer this question