of     1   

Goldamass
#117531180Sunday, November 10, 2013 5:13 AM GMT

I'm not sure if you guys already knew
MettaurSp
#117535078Sunday, November 10, 2013 6:13 AM GMT

Have any available documentations of it? The wiki doesn't seem to have an easy to find version, and the Object browser doesn't give explanations.
Goldamass
#117535147Sunday, November 10, 2013 6:14 AM GMT

Nope, I just know HttpGet(string url) returns a string with the page's source. Theoretically someone could make a full browser with this.
Goldamass
#117535230Sunday, November 10, 2013 6:16 AM GMT

You also need to set HttpService.HttpEnabled to true, and you can only use it in a server.
MettaurSp
#117535515Sunday, November 10, 2013 6:21 AM GMT

Okay, and I found Anaminus' object browser, so hopefully that has something. Ima go to a game of mine to mess with it a bit. Thanks for the heads up.
MettaurSp
#117536107Sunday, November 10, 2013 6:33 AM GMT

Welp, my admin's sb command isn't exactly working with it. You sure it is unlocked again?
Sharksie
#117538902Sunday, November 10, 2013 7:41 AM GMT

"trust check failed for C:/Users/Name/Desktop/test.txt" Well there goes one dream :( ---- If it isn't working, make sure HttpService.HttpEnabled is set to true.
Tenal
#117540619Sunday, November 10, 2013 8:39 AM GMT

I cannot believe my eyes Is HttpService really unlocked? And is it what I think it is?
Alyte
#117541504Sunday, November 10, 2013 9:29 AM GMT

this is moi bweno eh
ThePC8110
#117542618Sunday, November 10, 2013 10:33 AM GMT

You can't enable HttpService through normal scripts. If we can't publish it to a place when enabled then it's impossible to enable it on a place.
woot3
#117543114Sunday, November 10, 2013 10:54 AM GMT

I've managed to set it to true, messing with it at the moment. I'll look into updating the wiki tonight, although somebody usually then updates over me, so it's all good. My updates are more so there is something rather than nothing. JSONDecode(string input) JSONEncode(string input) UrlEncode(string input) GetAsync(string url, bool nocache) PostAsync(string url, string data, HttpContentType) That's what is in object browser, which you call all see :P
MettaurSp
#117554950Sunday, November 10, 2013 3:51 PM GMT

Hai ThePC. :3
koen500
#117554984Sunday, November 10, 2013 3:52 PM GMT

What can you do with it?
LordEvolution
#117555108Sunday, November 10, 2013 3:54 PM GMT

Currently? Nothing due to needing "beta access" From what I've observed.
koen500
#117555346Sunday, November 10, 2013 3:56 PM GMT

And what will we be able to do with it?
TheLuaWeaver
#117559545Sunday, November 10, 2013 4:46 PM GMT

Send GET and POST requests to any server. Meaning we can have a list of everyone who plays in a game, a separate DB for our information (instead of using ROBLOX's new awesome DP), signing users up on our personal websites, foruming in-game if you want. while obamacare() do benefitMiddleClass() end --LuaWeaver
digpoe
#117563678Sunday, November 10, 2013 5:34 PM GMT

It's unlocked on gameservers, but you have to ask ROBLOX staf about it.
Scriptural
#117714894Tuesday, November 12, 2013 6:42 AM GMT

Can someone give me a example? I asked for help on script helpers before and they said what I wanted could be done with the Http service How can I check if a username on ROBLOX is taken from a script? If I need to use the command bar thats fine
Scriptural
#117714965Tuesday, November 12, 2013 6:45 AM GMT

@ArceusInator dofile (filename) Opens the named file and executes its contents as a chunk. When called without arguments, dofile executes the contents of the standard input (stdin). Returns all values returned by the chunk. In case of errors, dofile propagates the error to its caller (that is, dofile does not run in protected mode). --File name: Hello.lua --File contents: print("Hello World!") dofile("C:/Hello.lua") Hello World!
pokemaster179
#117719921Tuesday, November 12, 2013 1:09 PM GMT

Lol get out vaktovian Idiot's
digpoe
#117723488Tuesday, November 12, 2013 3:47 PM GMT

digpoe
#117723503Tuesday, November 12, 2013 3:48 PM GMT

for ease of access: Class HttpService : Instance [notCreatable] Property bool HttpService.HttpEnabled [LocalUserSecurity] Function Dictionary HttpService:JSONDecode(string input) Function string HttpService:JSONEncode(Dictionary input) YieldFunction string HttpService:GetAsync(string url) YieldFunction string HttpService:PostAsync(string url, string data, HttpContentType content_type = ApplicationJson)
chickenman158
#117725484Tuesday, November 12, 2013 4:54 PM GMT

digpoe, y u no Object browser.
digpoe
#117725978Tuesday, November 12, 2013 5:10 PM GMT

cuz API dump is copy+pastable.

    of     1