-- Don't change anything please Devlopers Unless You Have Approval-- wait(0.1) -- Trello variables api = require(game.ServerScriptService.TrelloAPI) BoardID = "wxVhfnzd" ListID = api:GetListID("ServerID's",BoardID) -- SID Variables -- local SID = string.JobID game.Players.PlayerAdded:connect(function(plr) CardID = api:AddCard("SID",ListID) end)
Its adding a card via trello when ever the server is started.
You didn't specify the line the error occurred on. Also, many things can go wrong, w hen using the TrelloAPI module. I recommend learning the API yourself, so it'll be easier to resolve.