Animation Tool Not Working

So i need a little bit more help on this code Onii solved the rigtype problem for me but everytime i activate the part the animation wont play.

The property Humanoid.RigType is an Enum.HumanoidRigType.

if humanoid.RigType == Enum.HumanoidRigType.R6 then
    -- r6
else
    -- r15
end
1 Like