Note: This is NOT a request.
So basically I'm trying to get dragging physics like lumber tycoon 2 when a small sphere is welded to the object.
I have it kinda figured out but i get confused around the part with BodyPosition + BodyGyro.
So far I have the part where when you click it checks for a value in the part then clones the dragger (sphere) from replicated storage.
Should the sphere have BodyGyro and BodyPosition in it already?
Also how do I get it to drag along with the mouse?