I have made a draggable gui with a script where it allows you to drag the frame where ever you please. I want to make it so you can only drag it in this one area and prevent it from being dragged outside of it. Is there a way to do that? The only way I can think of is to make it so when the frame reaches a certain x or y coordinate, the drag is disabled.