Custom starter character animations not working

Hello everybody! So I imported a source model and animations into roblox using FBX and I wanted to make this model a starter character with custom animations, but I have no idea how to do this. The starter character model loads fine, but the animations doesnt.

I tried adding a humanoid, humanoid root part and renaming its parts to R6 character parts, I pasted the animate script and changed animation ids but nothing seemed to be working.

So I want to know, how do I make this model a starter character with working animations?

(Model parts and model itself)
image

1 Like

So, I got the animation working by just randomly messing with joints and parts, but now the issue is that for some reason character is flying. When I delete one of its parts character goes down a little, and when I set can collide to off he just goes through floor. What do I do now?

It’s prolly the Humanoid.HipHeight, lower it.

1 Like

Thank you, that worked! But now I noticed theres a slight bug with walking animation. The torso should be tilted down a little in the animation, but the actual character torso doesnt.

This is how it should look:

This is how it looks:

Do I need to change welding or something?