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