I’m Padrox and I was asking a question to myself and I’m looking for an awnser!
I would like to know how to make animated Pets?
(Ex: “Ghost Rider” in Pet Coloring Simulator or pets in Adopt Me or in Overlooked Bay)
Is it still possible to animate a pet who follow the player with Body Movers? (and for Alignments too)
Do they use Humanoid to animate them? If not, how they animate the models without Humanoids? Do they animate them on Blender? This kind of stuff, if someone has an explanation!
I’m listening for any questions.
I will go to bed soon, so I’ll awnser tomorow if I’m sleeping x).
Humanoids are one option. You can also use AnimationControllers. Soon though, Roblox is looking to just rely on the Animator object so AnimationControllers are no longer necessary for stuff like pets or other models you want to animate.
You don’t need to do it in blender, although that’s an option if you are familiar with it.
Generally for things like pets you don’t want to use a humanoid since you probably don’t need all the things humanoid does (health, humanoid states, etc…), all you need is a way to run the animation. That is the purpose of using AnimationControllers.
Also yes for moving pets around, you could use body movers and constraints.