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

I can't use HttpService?

Asked by 6 years ago
Edited 6 years ago

I'm currently working on Discord F3X Logs but when I attempt to use HttpService I get this error:

Script:

http = game.HttpService

Output:

17:10:41.742 - http is not a valid member of DataModel 17:10:41.743 - Stack Begin 17:10:41.744 - Script 'Workspace.yellow37614.Building Tools.Tools.AnchorTool', Line 101 17:10:41.746 - Stack End

[ I've also tried http = game:GetService("HttpService") ]

0
It's also not working for me idk why kees31 13 — 6y

2 answers

Log in to vote
0
Answered by 6 years ago

Have you tried going to Game Settings on the Home tab in the place and making sure that "Allow HTTP requests" is set to "On"?

Ad
Log in to vote
0
Answered by 6 years ago

To enable HTTPService, you would have to do: game:GetService'HttpService'.HttpEnabled = true

Answer this question