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

Http requests from localscript?

Asked by 8 years ago

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

0
I answered this on the official ROBLOX Scripter's sub-forum. PowerHotmail123 90 — 8y

2 answers

Log in to vote
1
Answered by 8 years ago

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.

Ad
Log in to vote
-1
Answered by 8 years ago

Be sure to check HttpEnabled in the HttpService

Answer this question