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

Httpservice enable won't work? [Answered]

Asked by
kees31 13
6 years ago
Edited 6 years ago

Hello.

I try to enable httpservice but it isn't working this what I tried. The video I saw just says that it's in the explorer. I tried to find httpservice in this explorer but it isn't there. I also tried this command in the command bar: Game:GetService('HttpService').HttpEnabled=True This command also doesn't work?

Can someone help?

Thanks

0
It should be in the explorer. Take a screenshot of what you see? CootKitty 311 — 6y
0
It isn't in my explorer. How can I send a screenshot? kees31 13 — 6y
0
You might need the latest settings @CootKity. Also, Game is deprecated, use game as it might work. hiimgoodpack 2009 — 6y
0
What? CootKitty 311 — 6y
View all comments (2 more)
0
@hiimgoodpack Still not working. kees31 13 — 6y
0
Thx it works kees31 13 — 6y

1 answer

Log in to vote
0
Answered by
kees31 13
6 years ago
Edited 6 years ago

Found out Thanks @CootKitty and @hiimgoodpack I was using Game instead of game and True instead of true So right command is game:GetService('HttpService').HttpEnabled=true :)

Ad

Answer this question