How would I go about making a Draggable imagelabel?

How would I go about making a Draggable ImageLabel in terms of dragging a Image to a Placeholder on a Hotbar?

I’m not entirely sure how this would work though I do know theres a Module for the Draggable UI and prolly can recreate it to make it Drag the ImageLabel instead but I’ve no ideas on how to drag it and put it inside a Placeholder for Ex: Dragging a Health Potion from my Inventory onto my Hotbar

Use this and check the new position of the draggable ui element to see if the hotbar is under the current position. If not, return to original position before dragging.

I appreciate it, helped me greatly.