Advertisement
Ukendo

Amazing Admin Loader

Apr 14th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. --[[
  2.     It's Amazing Admin!
  3.     Also, when you rank yourself, it won't show up at first, but say {your prefix} cmds and it will show up!
  4.     Edit yourname to your name, your description to what you want, your tab color to what you want, and prefix, too. CANNOT BE OVER
  5.     1 CHARACTER OR IT WILL BREAK
  6.     Have a good day.
  7. ]]--
  8.  
  9. local Admin = require(1595141080)
  10.  
  11. local ToRank = {
  12.     {Name = "yourname", Rank = 5, Description = "your description", Color = "Your color", Prefix = ":"};
  13. }
  14.  
  15. for i,v in pairs(ToRank) do
  16.     table.insert(Admin.Ranked, v)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement