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

Http Error: Modules or Scripts and How?

Asked by 7 years ago

Hello,

I've been trying to send Http requests with GUIs. But I have a problem.

  • I tried using Module Scripts to send data. It had a valid request, but it would not send requests in a ROBLOX Server, because 'Http requests are not enabled' (this was enabled in studio)

  • I tried using regular scripts to send data. This worked in-game, but I couldn't find a way to transfer the GUI text to the script (I tried using stringvalues, but this returned a bad request error).

I really don't know what to do. Any suggestions or advice?

Thanks in advance,

DevSp4c3

0
Please include your code and more explanation so we can help you BlueTaslem 18071 — 7y
0
ModuleScripts can access HTTPService fine. But they must be required by *Script*s and not *LocalScripts*. What were you using when you had the "Http requests are not enabled" error? BlueTaslem 18071 — 7y
0
We need more info. AstrealDev 728 — 7y

Answer this question