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

GUI that only certain people can see?

Asked by 10 years ago

How do i script a GUI so that only certain people can see it?

3 answers

Log in to vote
0
Answered by 10 years ago

Have a local script with a list of the players that can see it. When a player joins the game and their name is on the list, make the GUI visible.

Ad
Log in to vote
0
Answered by
Marolex 45
10 years ago

Another way would be to store the Gui in ServerStorage and then clone it to an added players PlayerGui

Log in to vote
0
Answered by 10 years ago

list = {"Player","Player","Player"} You can put it in gui make it disabled/invisible then if the player is on "list" then its visible to them

Answer this question