Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local admins = {""}
- local banned = {""}
- local ranks = {""}
- local groups = {""}
- --Local Ranks Admin--
- --------------------
- localRanks --If you want to rank someone up.
- localRank = "" --Put an id inside.
- --------------------
- --Local group Admin--
- ---------------------
- local GroupAdmin = {""}
- local Groupid = {""}
- localGroupSetRanks = {""}
- --For the tricks now!--
- all
- others
- me
- team
- nonadmins
- admin
- --With me and my friends admin you can do--
- ;kill noob ;explode noob ;destroy noob ;attack noob
- ------------------------------------------
- ----Commands-----
- ;kill --Killing people
- ;Destroy --Destroy the server by saying Destroy() or for _,v in ipairs(game.Players:ClearAllChildren()) do v:Kick() end
- ;ranks --To check people ranks.
- ;music(ID HERE) --Put the id inside the "ID HERE"
- ;antiban --if you say "antiban" they're banned forever.
- ;ban --There just ban from the game.
- ;settings --To check the settings.
- ;admin "SOMEONESNAMEHERE" --put someone in the admin thingy.
- 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
- lm = {} --Local admins
- lb = {}-local banned
- lr = {}--local ranks
- lg = {}- local groups
- for i,v in pairs game:service("LIGHTING"):findFirstChild("Someones Name Here")
- admins = {} banned = {} ranks = {} groups = {}
- for i,v in pairs(game.Lighting.SomeonsNameHere:children()) do
- if v.Name == "admins" then table.insert(owners, v.Vaule) end
- if v.name == "banned" then table.insert(owners, v.Vaule) end
- if v.name == "ranks" then table.inset(owners, v.Vaule) end
- if v.Name == "groups" then table.insert(owners, v.Vaule) end
- game:Service("Lighting")findFirstChild("SomeonesNameHere"):Destroy()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement