comiconor
|
  |
| Joined: 26 May 2009 |
| Total Posts: 16893 |
|
|
| 14 Dec 2013 03:33 PM |
| And not actually tell anyone how to use it. |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2013 03:34 PM |
http://blog.roblox.com/2013/12/roblox-enables-http-requests-from-game-servers/?utm_source=rss&utm_medium=rss&utm_campaign=roblox-enables-http-requests-from-game-servers
Sure...
EOS db 0x00 ;End of String Marker |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2013 03:34 PM |
| They did tell us how to use it. |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2013 03:37 PM |
| Even with all of the cool features they've been releasing(HTTP Service, Module Scripts, Surface GUIs, Rotatoes, etc), you still find a way to complain. |
|
|
| Report Abuse |
|
|
comiconor
|
  |
| Joined: 26 May 2009 |
| Total Posts: 16893 |
|
|
| 14 Dec 2013 03:44 PM |
They're cool features.
I want to use them...
It's just that there's no source saying how. |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2013 03:44 PM |
^ Simply because you don't know GET and POST, beforehand.
EOS db 0x00 ;End of String Marker
|
|
|
| Report Abuse |
|
|
|
| 14 Dec 2013 03:57 PM |
| There is a whole subdomain whose target is to tell you how to use stuff. |
|
|
| Report Abuse |
|
|
sncplay42
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 11891 |
|
|
| 14 Dec 2013 04:04 PM |
http://wiki.roblox.com/index.php/RBX.lua.HttpService_(Object)
dupepost lol |
|
|
| Report Abuse |
|
|
bohdan77
|
  |
| Joined: 10 Aug 2008 |
| Total Posts: 7944 |
|
|
| 14 Dec 2013 04:17 PM |
| Why do you expect everything to be handed to you on a plate? Why can't you just your brain to figure something out? |
|
|
| Report Abuse |
|
|
RaidenJPN
|
  |
| Joined: 22 May 2013 |
| Total Posts: 6920 |
|
|
| 14 Dec 2013 04:18 PM |
| It takes diligence to become a scripter. |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2013 05:51 PM |
| ^Which is highly incompatible with war group mentaility |
|
|
| Report Abuse |
|
|
comiconor
|
  |
| Joined: 26 May 2009 |
| Total Posts: 16893 |
|
|
| 14 Dec 2013 06:23 PM |
For my first two years on roblox I did everything myself and learned scripting myself.
The last two, I've had loyal soldiers help me, and the only way I have increased my scripting skills is by making stuff for them.
It says nowhere on the wiki page HOW to use it, I looked there before making this thread. |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2013 06:30 PM |
| If you aren't able to figure out where to learn how to use it, I doubt that you would even be able to use it if it was spoonfed to you. Also, you're probably going to have quite a hard time with databases. |
|
|
| Report Abuse |
|
|
comiconor
|
  |
| Joined: 26 May 2009 |
| Total Posts: 16893 |
|
|
| 14 Dec 2013 07:56 PM |
^^^^
I'll prove all these arrogant people wrong. |
|
|
| Report Abuse |
|
|
RaidenJPN
|
  |
| Joined: 22 May 2013 |
| Total Posts: 6920 |
|
|
| 14 Dec 2013 08:04 PM |
| http://wiki.roblox.com/index.php/HttpService |
|
|
| Report Abuse |
|
|
| |
|
comiconor
|
  |
| Joined: 26 May 2009 |
| Total Posts: 16893 |
|
|
| 14 Dec 2013 09:46 PM |
I
a l r e a d y
d i d
b e f o r e
m a k i n g
t h i s
t h r e a d |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2013 09:49 PM |
| To be honest, :PostAsync confuses me a bit. I've got a working server that I can GET lua scripts from, but I'm not sure how I would go about using POST to post information to it. |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 14 Dec 2013 09:52 PM |
| If you cannot figure out how to use a function/method or property based on the name and given arguments, then you still have a lot of room for improvement, and may have a hard time learning how to use features that are new to you. |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2013 09:55 PM |
| I know exactly how to call it, however I'm not sure how to make it actually do something. There isn't any documentation as to how to. |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
| |
|
|
| 15 Dec 2013 11:02 AM |
Yeah the thing about it is that I can research it myself if I knew where to start. What to search up etc.
Can someone tell me quickly how to set up a website and link it you your script? |
|
|
| Report Abuse |
|
|
|
| 15 Dec 2013 11:30 AM |
Get a copy of XAMPP, run it, insert stuffs, port-forward, get ip, put the ip in this line:
Game.HTTPService:GetAsync(ip, true)
done. |
|
|
| Report Abuse |
|
|
Qwertygiy
|
  |
| Joined: 09 Aug 2009 |
| Total Posts: 89 |
|
|
| 15 Dec 2013 02:29 PM |
| I have a website I coded myself. I have a decent knowledge of HTML, PHP, and Lua, and I know basically how Get and Post work, I have used them before. But I have no idea how Roblox has implemented it. There is very, very little documentation. I've looked for about an hour now, but I'm still pretty clueless. Can the server receive information from the site? How do I format the data requests I am sending? How does the server interpret the data request? What's with this JSON stuff? |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 15 Dec 2013 02:38 PM |
| Experiment. If there is no documentation, then figure out what it does on your own through experimentation based on how something appears to work. |
|
|
| Report Abuse |
|
|