My Trello API ban system does not work?
Alright so I own an anti-exploit group and I recently had to make a new module due to our last one broke and now I am finding out that my Trello Ban system will not work here is the script.
03 | ap = require(game.Workspace.TrelloAPI) |
04 | BanList = ap:GetListID( "Bans" ,BoardID) |
06 | Cards = ap:GetCardsInList(BanList) |
10 | for i,v in pairs (Cards) do |
11 | print (ap:GetCardInfo(v,BoardID)) |
I'm thinking I left out something like to check for the username under the card and then kick them when they enter the game and display a message. If someone could please help me learn from this that would be great! (I'm kind of new to Trello API I learned most of this from my old developer who quit a while ago)