Hello! I am very serve issues with trying to assign a motor6D’s Part0, And please take into factor I am not too good of a coder but I know a good amount of things.
My issue is that I can’t assign it at all, It only works with a handle but that just makes it completely useless.
The code I am doing with it is pretty simple
local Tool = script.Parent
local Motor6D = Tool.Motor6D -- Part 1 is already assigned as it's the tool's part
local Player = nil
Tool.Equipped:Conenct(function()
Player = Tool.parent
Motor6D.Part0 = Player["Right Arm"]
end)
It’s just not working what ever I do. With handle it assigns but the handle just welds it’s self so the motor6d is just useless I am not sure what to do exactly and this is my final resort… And yes I have tried setting requires handle to false.