DragDetectors that only run locally

  1. A DragDetector that only moves the object on the client-side, so they can drag it around and it won’t move on anyone else’s side.

  2. Just checking “RunLocally” in Behavior makes it so that the part does not move at all.

  3. I tried using the “RunLocallyDragDetector” model made by PrinceTybalt but it moves it on the server and isn’t client-side only.