UiDragDetector not working

I am trying to make a skill tree UI that you can drag around with your mouse. I have my Skilltree background frame with a size of {4, 0},{4, 0} and position of {-1.5, 0},{-1.5, 0}. I also have my Bounding Box frame with a size of {7, 0},{7, 0} and position of {-3, 0},{-3, 0}.



Here are the properties of my drag detector. For some reason it won’t let me drag it. I have even tried messing with all the properties including removing the bounding box to see if that would even let me drag it. No luck. Nothing I do is seeming to work.

I managed to get it to work at one point with a different UI but can’t get this one to work.