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

Making a GUI appear only when player joins?

Asked by 4 years ago

Alright. So I have a GUI that allows the player to edit their character, but I only want that GUI to come up when the player first joins. Right now, the GUI appears when I load in the game but reappears every time I respawn. Not asking for a ctrl+c - ctrl+v thing here, just wondering how I would go about doing this. NOTE: The GUI is located in starter GUI, not sure if that's significant but wanted to make I included the details.

Thanks, Jude.

0
game.Players.PlayersAdded:Connect(function(player) --code here end) Also to fix the respawning issue just go to screen gui and uncheck reset on spawn.... voidofdeathfire 148 — 4y
0
Oh, I was completely unaware of a reset on spawn property, mb. Thanks-wish I could accept comments as answers, but oh well. whosbossme 27 — 4y

Answer this question