My sit script work perfectly fine for my asylum game, but the animation is awful
As you can see the animations are different.
The torso of the player rig doesnt move at all, but on the npc it works fine.
Im losing my sanity over this issue
My sit script work perfectly fine for my asylum game, but the animation is awful
Im losing my sanity over this issue
Check if both characters have the right part count. If the animation is in r15, when the character is in r6, it won’t work.
seems like there is no solution for this so i have to remove that
What is your animation priority? Also, what are the results of stopping other animations before playing the sit animation?
priority is action, i dont really know if the priority matters
What happens when you stop other animations?
Make sure that the players are not r6 then.
the animation overrides other animations (except for the hands shaking)
Alright. Does your animation rig have a Motor6D
named Root Hip
in the Torso
part?
no, it doesnt have root hip in the torso (the rig is r6 by the way)
What is the joint connected to the HumanoidRootPart named? What is it named on your character?
If both names are different, then that’s your problem. If not, it means it’s something else.
RootJoint is in the HumanoidRootPart
Alright, then it’s not the problem. Maybe try lowering the hip height instead of lowering it in the torso.
nothing happens, i guess this cant be solved
The hip height should be negative to lower it for R6.
I set it to -4 and still nothing
Is your character anchored? You need to unanchor the torso.
The HumanoidRootPart was anchored! So I unanchored it and everything works fine now (I’ll make it anchor with a small delay)
Thanks for your help
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.