Like have a GUI that will perform a certain task but make it only visible to the owner of the place.
Put the script in the lighting and then have an event run for PlayerAdded and if the player's name is the specific one you want the GUI for, insert the GUI into their PlayerGui.
For instance:
function newPlayer(plr) if plr.Name == "TheGuy" then game.Lighting.Gui.Parent = plr.PlayerGui end end game.Players.PlayerAdded:connect(newPlayer)
I have made this, however...
This is NOT a REQUEST site
if you go to the roblox catalog clik than on models and screan than to player entred script
Closed as Not Constructive by Shawnyg, BlueTaslem, and User#2
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?