********~~~~~~~~~~~~~~~~~
game.Players.PlayerAdded:connect(function(player) player.PlayerGui.IntroGui.Frame.Visible = false wait (2) player.PlayerGui.IntroGui.Frame.Visible = true end)
~~~~~~~~~~~~~~~~~
i am making a gui that opens on join... The screen gui is named "IntroGui" the Frame is named Frame and i am editing the visibility.
I still don't get this thing!
You should try doing this with a localscript in the StarterGui:
wait() script.Parent.IntroGui.Frame.Visible = true
Make sure that your intro is invisible to begin with.
eh....................................................... when dealing with GUIs I recommend using localscripts but ok
When you use a GUI you need to use a localscript.
Guis are local to a player.