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
Alt + S, scroll down until you can see “Show hidden Objects in Explorer”
I made my friend do it too and he had “HttpService” part of it, I don’t for whatever reason
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.
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