of     1   

ryder40000
#190173075Tuesday, May 31, 2016 7:16 PM GMT

ocal leg1 = script.Parent:FindFirstChild("Left Leg") if leg1 then local leg12 = script.Parent:FindFirstChild("Right Leg") if leg12 then script.Parent.Humanoid.WalkSpeed = 6 end else local leg2 = script.Parent:FindFirstChild("Right Leg") if leg2 then local leg21 = script.Parent:FindFirstChild("Left Leg") if leg21 then else script.Parent.Humanoid.WalkSpeed = 1 end end end wait(1) end I keep getting error, mind helping?
Vexchan
#190173450Tuesday, May 31, 2016 7:23 PM GMT

whats the error

    of     1