I have a first person game which utilizes DragDetectors to allow the player to drag miscellaneous objects. How would I go about detecting when the LocalPlayer is dragging a part, and then have the client get that part? I also want to avoid adding scripts to every DragDetector as I am working with many parts.