http://hastebin.com/colopemili.erl
Theres the link /\ - I also want to make it add a Sever ID value to the Server Script Storage. Can one of you guys help me with that?
Just Incase Hastebin doesn't work here you go.
wait(0.1) -- Trello variables ap = require(328455351) BoardID = "wxVhfnzd" ListID = ap:GetListID("ServerID's",BoardID) -- SID Variables -- local SID = game.JobID .."" --Make sure it is in String Form.
game.Players.PlayerAdded:connect(function(plr) CardID = ap:AddCard(SID, "SID",ListID) <- Will this make it like SID (SID) or just (SID)? end)