Its_guus
(Herbertoes)
December 2, 2023, 2:16pm
#1
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?
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.
Its_guus
(Herbertoes)
December 2, 2023, 2:23pm
#4
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
Its_guus
(Herbertoes)
December 2, 2023, 2:23pm
#5
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
Then check Allow HTTP Requests
Its_guus
(Herbertoes)
December 2, 2023, 2:27pm
#7
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)
Its_guus
(Herbertoes)
December 2, 2023, 2:32pm
#10
Both messages
Changed the website to roblox.com , same thing, trying to access Datastore
Its_guus
(Herbertoes)
December 2, 2023, 2:33pm
#11
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)
Its_guus
(Herbertoes)
December 2, 2023, 2:33pm
#13
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.
Its_guus
(Herbertoes)
December 2, 2023, 2:38pm
#15
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.
Its_guus
(Herbertoes)
December 2, 2023, 2:45pm
#17
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
Its_guus
(Herbertoes)
December 2, 2023, 2:54pm
#18
It was a MAJOR skill issue since I added an underscore between id and the actual id value, problemo solvedo