Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Will this work?- This is adding a new card to trello with the ID as the subject right?

Asked by 9 years ago

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)

Answer this question