Hello everyone, so I am working on this club game (I’m only a builder so I only know very very simple scripting) and I need help with a button that closes my music gui. I’m currently using a script/model from YouTube for the close button but the problem is it requires a frame and the core of my gui is image labels, I’ll leave the ScreenGUI & Close Button Script below, any help will work thanks!
No it would not if you wanted all of them to close you have to use a “for” loop combined with “GetChildren” thats’ why the script has them defined in a frame because if you set the frames Visible property to false everything inside it becomes invisible as well