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

How would i make a script that you insert into billboardgui that will only appear to certain People?

Asked by 9 years ago

Im making an Obby and a billboardGui and I need to know how can you help?

0
Put BillboardGui in StarterGui, and in it put a local script. Set Adornee of billboardgui to the object you want it to be on, and in the script simply have it like if game.Players.LocalPlayer.Name == "Noob" then gui.Frame.Visible = true else gui:destroy() end wazap 100 — 9y
0
Thanks digitalzer3 123 — 9y

Answer this question