Hello, i have a tool that moves to the direction you click at with a body force, and i'm wondering if its possible to have it rather than a tool put it in a starter place where you just click anywhere to move, if that's possible please tell me how? I'll provide code if needed too, thanks!
Yes
You just have to make sure you get the PlayerMouse from LocalPlayer:GetMouse()
in a LocalScript, and connect to that MouseUp instead of the Tool's Activated event.