local tool=repser.Weapons[uuid]:Clone()
tool.Parent=char
local weapon=tool.Main
local motor = Instance.new("Motor6D")
motor.Parent=char["Torso"
motor.Part0= char["Right Arm"]
motor.Part1=weapon
motor.C1=CFrame.new(0, 0.755, 0.013)
weapon.Massless=true
this same code works with player and they can move fine but when done to the npc theyll just move in place, eveything is unanchored and cancollide is off. No ChatGPT fix works. If i get rid off any one of the line of code that set the motor6d the npc is able to move but the weapon wont be in their hand.