Is there a way to move a gui with a dragging it

I was wondering if there was a property to make a gui draggable. That’s it. (And what it is)

Yes, use user input service to check if the player is holding the the mouse button, also use mouse enter/leave if the mouse is above the UI, then you can use mouse moved if all of the conditions are true.

Research first! Simple Module For Creating Draggable GUI Elements - #41 by Bitterman1021