Need help detecting click on GUI

I recently decided to finally tackle the challenge of making an inventory for one of my project.
I’ve been smashing my head at it and it kinda works, except that now i’m down to detecting when an user interact with an item in his inventory & then show the 2 buttons that allow said user to do more with the item.

I’ll say it beforehand, my code is probably horrible and I do apologize for it.
I’d like some pointers or something about it to reach my goal.

I may or may not be inefficient in my methods as well but I do what I can as I learn while making this slightly challenging system.

-SNIP-
2 Likes

Forgot to throw in the layout if that can help somewhat.

image

2 Likes

Nevermind, my pathetic self made it an ImageLabel instead of an Image Button.

1 Like

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