How to make your own NPC with animations

Hello, I want to make mobs in my game to fight. My first one was a spider, and I made it really simple. There are some parts welded together with WeldContraint, and they are unanchored and can collide is set to true. There’s a humanoid, and that’s about it. I use the MoveTo() function.

Now I want to add animations to it but I don’t know where to start. Also I don’t know how to keep the parts (spider legs) welded together and still be able to play animations and move around. Any help? All the tutorials i tried were confusing and I don’t know if I should remove / replace the weld constraints or not. Thanks a lot for your help!

3 Likes

I’m not a huge animator, but I believe you can rig the spider, and make animations like that? With the spider as a rig, you’ll be able to animate it like a roblox character.

1 Like

How do I rig the spider? I looked into the roblox character and it has lots of stuff in it that idk what it does. How do I rig an NPC?

There’s alot of videos online. One that I watched was this one: CUSTOM CHARACTERS - How to create, rig and animate - YouTube

For other videos, search up “How to rig custom models Roblox Studio”

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.