How to press a ClickDetector despite having a tool equipped?

Well, I know that the title thing is not possible (well, I think so). But I need to be able to press a ClickDetector while having a Tool equipped (cutting down trees).

I was told that I could use a fake tool, but I didn’t know how to do it so I discarded it.

I made a version that doesn't suit me as it needs a BoolValue, so I think this script won't be as reliable:

This text will be hidden

I prefer to have to click on the tree instead of putting a part for the player to get into and be able to do the function (all with the axe)

1 Like

Just check the tool.Activated function and the mouse target (on a local script). Then you just use a RemoteEvent to do the rest on the server.

Hope this helps :slight_smile: !