How to make a gui lock onto another gui

i have an issue on a game that im working on, im trying to make a gui lock onto a gui when it touches a gui, for example i have this system
image
where i can move guis while holding on it. what im trying to do is when i put the gui onto one of those crafting slots, it would stay there

I’d probably look at making the crafting slots frames then parent the item to the frame when “dropped”

This might help: [v3.0] GuiCollisionService - Gui collisions done right

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.