start= script.Parent function changeGui() start.visible = false wait(1) start.visible = true end game.Players.PlayerAdded:connect(changeGui)
this script is for when someone joins the game the gui doesnt show until one second after
start= script.Parent function changeGui() start.Visible = false wait(1) start.Visible = true end game.Players.PlayerAdded:connect(changeGui)
You did not make Visible Capital