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
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
:)