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

How do make a gui that only appears when you join?

Asked by 10 years ago

How do you make it so that when a player joins, they see a gui pop up?

1 answer

Log in to vote
0
Answered by 10 years ago

Well, to avoid this being a request, I will let you know of the events you will use, and you can put together a script yourself.

First, you will need the GUI in Lighting (Or some other place than StarterGui)

Then you would use the PlayerAdded event.

You would then clone the GUI into the Players PlayerGui, and thats it.

Ad

Answer this question