How to drag a button outside it's parents using UIDragDetector?

This is what needs to be done.

This is what’s happening.

I am not sure what settings to use but this one seemed right (I guess it’s not)

I added the gridframe so the button isn’t modified by the UIGridLayout (creates undraggable). Any ideas? I can’t seem to drag the button outside the confines of the ScrollingFrame.

All ScrollingFrame’s have a property called ClipDescendants which is a boolean that is always set to true automatically. A solution to your problem may be to turn it off.
Properties → Behavior → ClipDescendants

1 Like

Yeah, silly me just found that out 5 mins ago. Been trying to sort this out all week and at least it’s something simple.