script.Parent.Parent.Equipped:Connect(function(mouse)
mouse.Button1Down:Connect(function()
if mouse.Target.Name == "Model" then
print"yes" else print"no"
game.Workspace.Model.Handle.ClickDetector:Destroy()
end
end)
end)
the model thing has a clickdetector and i want it to be gone but nothing happens even though im clicking on it and the output gave me no errors
i also tried to just disable the script in the handle but that isnt working too
pls help urgently