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

I need help with motor6D. PLEASE HELP! (I dont know how to make my script works correctly)?

Asked by
tomekcz 174
5 years ago

Hello, i need help with motor6D

--Problem - I wanted to make player's arm looks at Y property of mouse


mouse = game.Players.LocalPlayer:GetMouse() -- that script is located in starterGui motor = workspace.Dummy.Torso:WaitForChild("Left Shoulder") mouse.Move:Connect(function() motor.C0 = motor.C0 * CFrame.Angles(0,0,mouse.Y) end)

Video https://youtu.be/DPN0sSjJUuY

0
dose it have hinge? helleric -3 — 5y
0
@helleric No it does not and what hinge does do? (sorry for my bad english) tomekcz 174 — 5y
0
it is OK and let me try out the script helleric -3 — 5y
0
also it that the full script? helleric -3 — 5y
View all comments (8 more)
0
yeah thats full script helleric tomekcz 174 — 5y
0
ok i think i know helleric -3 — 5y
0
try getting rid of Torso helleric -3 — 5y
0
The Y axis of the mouse is the Z axis of the CFrame? User#19524 175 — 5y
0
yep helleric -3 — 5y
0
helleric JointInstance is Not Creatable tomekcz 174 — 5y
0
incapaz idk when i set it at Y axis then it rotates in X axis if i set X axis then it rotates in y axes tomekcz 174 — 5y

Answer this question