#I need it so all the gui isnt visible until i press the play button

1 messages · Page 1 of 1 (latest)

regal creek
#

just turn the "Visible" property off then? and turn it back on when you press the play button

#

simple

split gull
#

set all the gui's ".Enabled" to false except the one that contains the play button,, enable them all when play button is clicked

minor stream
#

Ok

minor stream
#

But i need the guis to be visible again when i have pressed the play button

split gull
#

localscript inside play button, iterate through all the guis and enable them all, use an event listener in MouseButton1Down to detect clicking

minor stream
#

Ok thank you