#weld not welding

1 messages · Page 1 of 1 (latest)

round cypress
#
local handweld = script.Parent.settings.HandWeld.Value
script.Parent.Equipped:Connect(function()
    local weld = Instance.new("Weld")
    weld.C0 = handweld
    weld.Part1 = script.Parent.Parent.Hand
    weld.Part0 = script.Parent.Handle
    weld.Parent = script.Parent
end)

no clue why this wont work
custom tool grip system but it isnt working

#

character