-
What do you want to achieve? Keep it simple and clear!
Hello, i created my own custom RIG that uses Bones made in blender. I want my rig to play animations like Walking, Idle or jumping. -
What is the issue? Include screenshots / videos if possible!
My rig Torso stops working when i give it a humanoid
As you can see everything works except torso part in “Humanoid” rig.
No humanoid RIG
Humanoid RIG*
Script that plays animation
local anim = script.Parent
local animator = anim.Parent
animator:LoadAnimation(anim):Play()
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
i tried looking at dev forum but nothing helped me.