Help with giving player tool

So I have a tool that I want to give the player by them clicking on it and I have it working the player clicks it and it gives the tool to the player. The only problem I have is that I don’t want the player to be able to walk into the tool and the tool gets equipped. Im talking about how on default, you can walk into the tool and it gets equipped. Is there any way how to disable that?
Thanks.

You can disable cantouch on the handle

Tools use .Touched automatically on the handle for the pickup system so cantouch will disable it.