#Adding Collection Service to Frames

1 messages · Page 1 of 1 (latest)

regal spire
#

I am trying to make a draggable ImageIcon.

I first add tags to each new Gui that is added to the scroll bar. Then I will add event listeners to listen for when the image is clicked. Is this a valid method or is there a better one?

gray loom
rustic verge
#

I think there is a method of the players mouse that grabs any ui the mouse is hovering over, you might want to look into that

#

When I made my draggable icons for my inventory system I think I remember using that mouse method to grab any ui the mouse is hovering over each time my mouse button context action service event was invoked

regal spire
#

Thank you guys!

regal spire
gray loom
#

bee swarm?

regal spire
#

I'm trying to replicate something that is similar to it

gray loom
#

yea

#

i think you will need to use uidragdetector

#

to make a system like that