HttP service coping about not being on, tried everything

Turned HttP requests on, tried to do it via the explorer and tried it with a command bar command.

What I noticed is when toggling the hidden objects, Http service does not even appear in my explorer.
Anyone who knows whats going on and can help me?

"Via the explorer?

What do you mean?

Try running this:

local HttpService = game:GetService("HttpService")

local success, response = pcall(function()
	return HttpService:GetAsync("https://google.com")
end)

if success then
	print("HttpService is enabled!")
else
	print("HttpService ran into an error: " .. response)
	print(response)
end

Tell me what the output prints.

Alt + S, scroll down until you can see “Show hidden Objects in Explorer”
image
I made my friend do it too and he had “HttpService” part of it, I don’t for whatever reason

see that’s the thing, there is no HttpService…

You do not enable HttpService like that - absolutely not. Most of those objects should not be touched that are hidden - they are hidden because they are likely never to be used.

You go to Game Settings

Then Security
image

Then check Allow HTTP Requests


Thats just literally what the problem is, theoretically it’s on, but its not

Can you try running the script I sent you and tell me what it outputs please?

Wait are you sending requests to a ROBLOX API? (a roblox.com domain)

image

Both messages

Changed the website to roblox.com, same thing, trying to access Datastore

The datastore works, it saves and loads, but I cannot read it with a reader
(https://create.roblox.com/marketplace/asset/6013845672)

Ok httpservice is indeed enabled.

What is the script that is printing out the orange text? Can you send me the http part of it)


I have noooo idea whats happening

Click the orange text at the output and send me where it takes you that piece of code block.

It doesn’t send me anywhere, my friend says it’s probably a plugin

Oh, you do not have to worry then. Yes, it is indeed a plugin.

And that plugin is probably attempting to make an request to the roblox.com website, and HttpService cannot access any roblox.com URLs.

You will have to try to disabling some plugins and see when the warnings disappears so you can figure out what plugin it is.

So yeah, that’s pretty much it.

Apparently had an AlreadyPro plugin installed (virus according to my friend), disabled it together with some other plugin, no more messages, ill see if i can read the datastore now

It was a MAJOR skill issue since I added an underscore between id and the actual id value, problemo solvedo