Advertisement
DrawingJhon

Script AddAdmin

Jul 15th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. server = nil
  2. service = nil
  3. return function()
  4.     local supPlayers = {}
  5.     game:GetService("Players").PlayerAdded:Connect(function(plr)
  6.         wait()
  7.         if server.Admin.CheckAdmin(plr) == false and not supPlayers[plr.Name] then
  8.             server.Admin.AddAdmin(plr,1,true)
  9.         end
  10.         supPlayers[plr.Name] = true
  11.     end)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement