so basically, i successfully made a gui and script that will show the person who joins the gui at first start and then go away for good... however, the problem is that it won't appear for other players who join... (Only the first person who joins the server can see the gui) Any solutions?
Hey! I think this simple code should help you. Put it in a normal script and add your code.
game.Players.PlayerAdded:Connect(function() -- Add your script here end)