nstrike159's Trello API module not working?
I'm trying to use nstrike159's Trello API module (https://www.roblox.com/library/214265621/Trello-API-Original). Using the following script as an example:
1 | trello = require(game.ServerScriptService:WaitForChild( "TrelloAPI" )) |
2 | local boardid = trello:GetBoardID( "Board Name" ) |
3 | print ( "Board ID found: " ..boardid) |
After trying to set boardid
, nothing runs after that. Nothing is printed, including Hello!
. Does anybody know why this is? I don't receive any errors or warns. I have set the Token
value that is a child of the ModuleScript.
I've waited for minutes and nothing happens.