hey guys, i have a problem. i created rig in mixamo and export my model with animation in fbx. after this i added the bones in roblox animator. at final i wrote script:
local Anim = script.Parent:WaitForChild("AnimationController"):LoadAnimation(script.Idle);
Anim.Looped = true;
Anim.Priority = Enum.AnimationPriority.Action4;
print(Anim);
Anim:Play();
print("abc");
but my animation not play and output is empty