-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpService missing HttpEnabled
type
#1189
Comments
Is this actually wrong? I'm trying to read |
Oh? Maybe you're right, I know you can set it in the command bar (which i presumed had the same access capabilities of plugins), but I thought you could read it in a regular script to check if it was enabled. So that seems like an oversight on my end (for not realizing you can't even read it), and also on roblox's end (for not letting us read it). I guess I would have to just make an http request inside a pcall/try-catch and use that to determine if |
The command bar has a slightly higher permission. In the API dump, it's
Yeah, pretty much. |
They're listening Since the API dump reflects this correctly, an override in the generator is not necessary, so the linked PR can still be closed. |
they're in my walls, they're in my walls help |
I noticed while working on a project that the
HttpEnabled
property is missing fromHttpService
The text was updated successfully, but these errors were encountered: