So, I was creating a simple script using the API but for some reason I keep getting the error;
This is my script:
local Trello = require(script.Parent.TrelloAPI)
local boardId = Trello:GetBoardID("LMF Bans")
local ListID = Trello:GetListID("The List",boardId)
local BanReason = Trello:AddCard("Aiden", "Testing", ListID)