Can a localscript go through the trello api module script to send a http request? I am trying but I keep getting the error of "Http requests are not enabled" when they clearly are..
What's happening and is there anyway I can get around this?
Thanks
LocalScripts are not allowed (as far as I know) to send HTTP requests. Use a RemoteObject (RemoteEvent or RemoteFunction) to do whatever you need to do, sending the data needed over them.