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