So ive been trying to make a effect for my game and i made anims for the effect the first effect "L1" animation does work but the "R1" dosent. Please help
local animator1 = armrig.Humanoid:FindFirstChild("Animator") local animator2 = armrig2.Humanoid:FindFirstChild("Animator") animator1:LoadAnimation(script:WaitForChild("L1")):Play() animator2:LoadAnimation(script:WaitForChild("R1")):Play()