DragDetector can't be used while a tool is enabled

When testing I noticed that if I have a tool enabled I can’t use a DragDetector.

In this case I have flashlight and lantern tools. They don’t use a mouseclick to turn on or off so that shouldn’t be interfering with the DragDetector operation. If I’ve missed something then please let me know. Here are the things I’ve noticed:
The cursor doesn’t change from the tool ‘fingertip’ icon to my DragDetector icons.
Clicking the DragDetector doesn’t change the icon either.
The DragDetector won’t move the Part it’s a child of.

When the tool is put back in the backpack the DragDetector icons and movement work again.

I’ve tried making the Tool’s ManualActivationOnly and Enabled Properties true and false with no difference.

I can’t see any Properties of either the DragDetector or the Tools that can be checked true or false to prevent dragging from happening while a tool is enabled.

Expected behavior

I would expect simple tools without scripts or any type of mouse click activation to allow a DragDetector to be used when the tool is equipped.

7 Likes

Thanks for the report! I filed a ticket in our internal database.

2 Likes

Was this issue ever resolved?

@Scottifly did you ever find a work around?

I haven’t followed up on it. I can check on the weekend.

Would be greatly appreciated!

I did end up finding a work around. If a Tool has no Handle or Parts inside it, it can be used to move a part with a DragDetector.

The issue I had was with a simple lantern with no script and a flashlight with just a script to weld it to the player’s arm.
They both have parts and a Light in them. Nothing I’d expect to interfere with the DragDetector.
If I try them again and find the issue still happens I’ll tag Roblox staff again.

Any word on this fix? I know it’s not game breaking for most people, but it’s important for those of us trying to use it.

Hi! Hoping to get this fixed for a gravity gun tool I’m working on. Is it possible this could be added or a way to make it so DragDetectors can require a tool to be equipped to use?

Thanks!