Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

What is HTTP service and how can I use it?

Asked by 4 years ago

I searched the net but still understand what it is. Can someone explain it to me?

0
Have you looked on YouTube? kingblaze_1000 359 — 4y
0
yes BabanizPROcuk 49 — 4y
0
You can make your own API or use APIs made by others with HttpService. JakyeRU 637 — 4y
0
things like the F3X tool use to export your builds CRAZY_CORE 0 — 4y

1 answer

Log in to vote
0
Answered by
6zk8 95
4 years ago
Edited 4 years ago

The HTTPservice is a Service which many programs not just Roblox use to communicate over the internet. Some of the most common things made with this service is Webhooks.

To turn it on do the following:

IN YOUR GAME:

PRESS GAME SETTINGS ON THE HOME TAB

ENABLE HTTPSERVICE IN THE OPTIONS TAB

You can read more here : https://developer.roblox.com/en-us/api-reference/class/HttpService

0
Printing an updating string from my website: print(game:GetService("HttpService"):GetAsync("http://emk530.ga/time.php")) EmK530 143 — 4y
0
still not my answer BabanizPROcuk 49 — 4y
Ad

Answer this question