How do I disable tool pickup temporarily?

I know how to disable tool pickup, but I don’t know how to re-enable it or something. I know I can remove the TouchInterest inside the tool to prevent pickup, but I can’t create a new one with Instance.new to allow it to be picked up again.

1 Like

you could change the touch interests parent and then change it back.

God I wish I had thought of that, didn’t know the solution was this simple. thanks lol

oh wait nevermind, there’s an error that says “cannot change parent of type touchtransmitter”

A very simple solution that may not work: could you rename the handle part to something else, then re name it handle?

I figured it out, basically you just had to disable the CanTouch property of the handle to false then change it back. Sorry for wasting your guys’ time.

1 Like

Even though you already marked it as solved, I think Bloxy meant the property in the part, you cant reparent the touchintrest item added to the part,.