How do i script a GUI so that only certain people can see it?
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.
Another way would be to store the Gui in ServerStorage and then clone it to an added players PlayerGui
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