I met a problem while using DragDetector. The problem is that I cant drag any object while holding a tool. Is there any way to enable dragging while holding a tool?
You cant drag a tool because your mouse is in a way focused on the tool (if that makes sense).
bro I need a solution, I actually understand ts ![]()
Oh you are trying to make a tool to drag objects or???
nah, I wanna make ability to drag any object with DragDetector while holding also a tool
Oh you cant unless you make the tool able to drag objects
why should I do this? What if I wanna make smt like sword as a tool and add drag ability into dead body or smt
Idk man, its just how roblox made it
its not the first time I met roblox is freaky sheet ![]()
What do you mean by that sentence?
erm, nothing? Just spelling my thoughts lol
I dont wanna make custom tool systom or custom drag system dang
Alright lol. anyways if you need anymore help then message me
best solution: just write your own dragger like Lumber Tycoon 2 devs had to
proof: back in the day when lumber tycoon 2 was scripted DragDetector’s didnt exist so the dev wrote it all by himself
Disable the Tool.Enabled and whatever the active property is called. Then you can use it. But Tool.Activated won’t work (who needs it anyways).