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

how would motor6d transform property work?

Asked by 6 years ago
ra.l1.Shoulder.Transform = CFrame.new(Vector3.new(0,0,0), ra.Joint.Position)

this doest work

Shoulder is a motor6d

l1 is a part connected to motor6d

l1 doesnt rotate or do anything

no errors

0
try ra:FindFirstChild("l1").Shoulder.Transform = CFrame.new(Vector3.new(0,0,0), ra.Joint.Position) TheSkyofIndia 150 — 6y

Answer this question