Image GUI / TextButton open and close GUI Help

Hi, My name’s Basenji! I’m making a game and had a question. If I were to add an image label that’ll go over the “TextButton” would the “TextButton” still work? If not is there a way to make it work? because I am trying to make a system like the one that is listed in the video below!

Instead of a TextButton, change it to a TextLabel and change the ImageLabel to a ImageButton.

If you wish to place an image label on top of the text button, put the image label as a child of the text button (as a decoration I would assume) so it doesn’t affect the function of the button

1 Like