Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Animation dosen't play even with filled animation id?

Asked by 3 years ago

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()
0
Are there any errors? If not, is the animation set to the proper priority? radiant_Light203 1166 — 3y

Answer this question