script.Parent.MouseButton1Down:connect(function() script.Parent.Visible = false script.Parent.Parent.Parent.MenuGui.Menu.Visible = true end)
Okay i have a Click to start Gui, (or welcome GUI) The welcome GUI closes but im trying to make it so that when the the GUI closes another one opens up. What do i do to fix this because its not working.
function onClicked() script.Parent.Visible = false script.Parent.Parent.Parent.MenuGui.Menu.Visible = true end script.Parent.ClickDetector.MouseClick:connect(onClicked)
Hope this helps !