Drag detector only allowing one player to control

I’m using drag detectors for my game and I want to only allow one player to have the option to drag a part but I’m unsure on how to do this.

There is a “RunLocally” property I feel like this would be the solution but how would I use this to only allow one player to drag an object.

Make new part using local script and fire remote when dragging,
or make a check to see if the object is already dragged or not.

I came across what you’re looking for while reading through the Roblox Drag Detector documentation: Drag Detectors | Documentation - Roblox Creator Hub

Hope this helps!