Advertisement
Jaden11

My admin commands

Dec 27th, 2014
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. local admins = {""}
  2. local banned = {""}
  3. local ranks = {""}
  4. local groups = {""}
  5. --Local Ranks Admin--
  6. --------------------
  7. localRanks --If you want to rank someone up.
  8. localRank = "" --Put an id inside.
  9. --------------------
  10. --Local group Admin--
  11. ---------------------
  12. local GroupAdmin = {""}
  13. local Groupid = {""}
  14. localGroupSetRanks = {""}
  15. --For the tricks now!--
  16. all
  17. others
  18. me
  19. team
  20. nonadmins
  21. admin
  22. --With me and my friends admin you can do--
  23. ;kill noob ;explode noob ;destroy noob ;attack noob
  24. ------------------------------------------
  25. ----Commands-----
  26. ;kill --Killing people
  27. ;Destroy --Destroy the server by saying Destroy() or for _,v in ipairs(game.Players:ClearAllChildren()) do v:Kick() end
  28. ;ranks --To check people ranks.
  29. ;music(ID HERE) --Put the id inside the "ID HERE"
  30. ;antiban --if you say "antiban" they're banned forever.
  31. ;ban --There just ban from the game.
  32. ;settings --To check the settings.
  33. ;admin "SOMEONESNAMEHERE" --put someone in the admin thingy.
  34.  
  35. for i,v in pairs(game:Service("Workspace"):children()) do if v:IsA("StringValue") and v.Value:sub(1,2) == "AA" then v:Destroy() end end
  36. lm = {} --Local admins
  37. lb = {}-local banned
  38. lr = {}--local ranks
  39. lg = {}- local groups
  40. for i,v in pairs game:service("LIGHTING"):findFirstChild("Someones Name Here")
  41. admins = {} banned = {} ranks = {} groups = {}
  42. for i,v in pairs(game.Lighting.SomeonsNameHere:children()) do
  43. if v.Name == "admins" then table.insert(owners, v.Vaule) end
  44. if v.name == "banned" then table.insert(owners, v.Vaule) end
  45. if v.name == "ranks" then table.inset(owners, v.Vaule) end
  46. if v.Name == "groups" then table.insert(owners, v.Vaule) end
  47. game:Service("Lighting")findFirstChild("SomeonesNameHere"):Destroy()
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement