The UpperTorse exists, and my player is R15
The line which errors
local newmotor6d = Instance.new("Motor6D",plr.Character:FindFirstChild("UpperTorse"))
newmotor6d.Part0 = plr.Character.UpperTorse -- errors here
newmotor6d.Part1 = clone.BodyAttach
The UpperTorse exists, and my player is R15
The line which errors
local newmotor6d = Instance.new("Motor6D",plr.Character:FindFirstChild("UpperTorse"))
newmotor6d.Part0 = plr.Character.UpperTorse -- errors here
newmotor6d.Part1 = clone.BodyAttach
It is UpperTorso
, not UpperTorse
.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.