Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

intro gui more then first person?

Asked by 5 years ago
Edited 5 years ago

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?

1 answer

Log in to vote
0
Answered by
Lualaxy 78
5 years ago

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)
Ad

Answer this question