#I need it so all the gui isnt visible until i press the play button
1 messages · Page 1 of 1 (latest)
set all the gui's ".Enabled" to false except the one that contains the play button,, enable them all when play button is clicked
Ok
or that also works
But i need the guis to be visible again when i have pressed the play button
localscript inside play button, iterate through all the guis and enable them all, use an event listener in MouseButton1Down to detect clicking
Ok thank you