HttpService.HttpEnabled is not true output message

My output box has a message which talks about HttpService not being set to true.

It outputs this message 4 times upon playtesting my game in studio, and I believe it is preventing certain things in my game like the UserInputService from functioning properly

Allow HTTP Services is checked in settings and I’ve tried setting it to true with a script but it returns me a message stating that permission is not given to perform that task. I’ve also tried entering into the command bar the following code:

game:GetService("HttpService").HttpEnabled = true
1 Like

just change it manually, im not sure changing it thru code works;

also im not sure userinputservice requires roblox apis

Today the studio been faulty for me stuff is not loading I would just wait… I keep getting a 502 error not sure if you have the same might me something related

I’m not sure that’s the problem because it’s been like that in the game for over a week.

What do you mean change it manually? Like I said I used this code:

game:GetService("HttpService").HttpEnabled = true

in the command bar to no effect, and I’ve also checked this setting in studio
image_2023-05-31_154218801

My game doesn’t even want to open lmao, surely it’s the roblox devs doing something bcs its been playing up recently for me really bad

1 Like

in the explorer, not through code

image

Maybe I accidentally checked a box without realizing. How do I find it in the explorer? It’s not popping up for me

Enabling http service exposes your game to hackers, I wouldn’t enable it unless you are using it…

Then how do I get rid of this error message?

No it does not, either you are confusing it with loadstring or you are confused in general. Exploiters have their own Http request system, completely unrelated to HttpService, game:httpGet().

Update: I’ve solved the problem and it’s due to a faulty plugin sending invalid HTTP requests.

1 Like

I’m not confused I know what a HTTPSERVICE is and if the guy doesn’t use a remote server he doesn’t need his httpservice enabled he clearly had an issue with a plugin so your response is irrelevant sorry to break it to you. Also, HTTPSERVICE only safe if you use it correctly ensuring validation HTTPS using SSL etc… I think you’re the one confused Lmao

About the only turning it on when you need it, yes only because of toolbox viruses.

There’s also no way to do it correctly. There are 1-2 parameters. Be so fr

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.