Advertisement
BumpyPlayz

Gui Giver GA

Nov 19th, 2019
3,741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local admins = {"BumpyPlayzFun", "YourName", "YourAdmins"}
  2. -- this list can go on for as many player as you want
  3.  
  4. game.Players.PlayerAdded:Connect(function(player)
  5.     for i, v in pairs(admins) do
  6.         if player.Name == v then
  7.             script.Announcements:Clone().Parent = player:WaitForChild("PlayerGui")
  8.         end
  9.     end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement