Naco88
|
  |
| Joined: 30 Oct 2009 |
| Total Posts: 665 |
|
|
| 21 Sep 2016 02:59 PM |
Okay, I have been messing around with the trello api for a while now and I finally got what I wanted to work. It works fine in ROBLOX studio but when I finally got round to testing it in the ROBLOX Player it just doesn't work. All my code seems to stop at this code:
api = require(game.Workspace.TrelloAPI) boardId = api:GetBoardID("accounts")
Any help? |
|
|
| Report Abuse |
|
|
|
| 21 Sep 2016 03:06 PM |
| cant use http service in local scripts |
|
|
| Report Abuse |
|
|
Naco88
|
  |
| Joined: 30 Oct 2009 |
| Total Posts: 665 |
|
|
| 21 Sep 2016 03:08 PM |
| Hey err... i'm a bit of a noob. What does that mean and how can I fix it? I am using a script inside a GUI (in Starter GUI) by the way. |
|
|
| Report Abuse |
|
|
|
| 21 Sep 2016 03:11 PM |
only use local scripts inside of a gui and local scripts cant use the api because trello api uses http service so you need to use remotes or run everything server sided |
|
|
| Report Abuse |
|
|
Naco88
|
  |
| Joined: 30 Oct 2009 |
| Total Posts: 665 |
|
|
| 21 Sep 2016 03:11 PM |
Oh and i'm also writing this in normal scripts, is that wrong? Am I doing this all wrong?
Should I put it in a local script? |
|
|
| Report Abuse |
|
|
Naco88
|
  |
| Joined: 30 Oct 2009 |
| Total Posts: 665 |
|
|
| 21 Sep 2016 03:14 PM |
Remotes? Server side?
If i'm asking too many questions just say...
|
|
|
| Report Abuse |
|
|
Naco88
|
  |
| Joined: 30 Oct 2009 |
| Total Posts: 665 |
|
|
| 21 Sep 2016 03:26 PM |
I just found a YouTube tutorial and a guy used a script inside a GUI with the trello API and it worked for him.
Have ROBLOX changed things recently? |
|
|
| Report Abuse |
|
|
Naco88
|
  |
| Joined: 30 Oct 2009 |
| Total Posts: 665 |
|
| |
|