UIDragDetectors with elements in ScrollingFrames

image

I’m attempting to recreate my game’s inventory system to implement a “drag and drop” feature. I can get it working using UIDragDetectors however when the items are in a ScrollingFrame the drag functionality does not work. I assume this is due to the ScrollingFrame’s automatic positioning. Is there any workaround for this?

2 Likes