How would i make a player not able to pickup a tool by touching it?

You can write your topic however you want, but you need to answer these questions:

  1. **I made a script to put click detectors in all parts of a tool, then when they click the tool it equips that is the only way I want them to be able to pick the tool up, although I am not sure how I would keep the player from picking the tool up by touching it
1 Like

To prevent it from being picked up, you can just remove the TouchInterest from the tool’s handle.

3 Likes

This isn’t exactly what you are looking for but there are several topics on the forum about this and I would advise that you do research before posting a topic.

I tried looking it up first and didnt find anything very sorry.

That worked, thanks(…30chars)

1 Like

Removing the TouchInterest from the Handle doesn’t do anything

I found that setting the Handle’s ‘CanTouch’ to false worked.

6 Likes