I have a gui that is draggable, and it can't go away from some certain limits of position. If the player drags it off the limits, it returns to the original position, but then the dragging gets bugged, the mouse is offset and flickering. Is there a way to disconnect the player form dragging?
There is a property to every Frame, TextLabel, TextBox, TextButton, etc. That can allow the player to disable or enable Dragging. For one you should have checked out the Wiki first, seeing as this isn't a request site.
If you want to make it so your object isn't Draggable, Un-Check the box that says 'Draggable'.