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

Is there any use for ROBLOX Web APIs in games? SOLVED

Asked by 7 years ago
Edited 7 years ago

There's a list of really useful Web APIs in wiki: http://wiki.roblox.com/index.php?title=Web_APIs

I'm just wondering can you use these in-game or do they have equivalent functions, events or anything such? Some of them are just images and easy to use, but "api.roblox.com"s don't seem to have a use. If you know a use for them or anything equivalent for even a part of them, please post as an answer or comment.

Thanks,

SwaggyDuckie

0
The stuff on http://api.roblox.com/docs can be used for things such as getting a player's friends/groups lists, retrieving group information, and asset/asset management info. It can also be used for more complex things such as creating a bot to perform various automated tasks on the roblox website. Pyrondon 2089 — 7y
0
But how to use it from ROBLOX Studio? SwaggyDuckie 70 — 7y
1
Because it's a roblox domain, api.roblox.com can't be used with HttpService. So, you need to either use a proxy for it or handle retrieval all of the information on a server of your own. Pyrondon 2089 — 7y
0
Just what I'm looking for. Thanks! SwaggyDuckie 70 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

Kind of, you can't send an HTTP request directly to ROBLOX APIs, but you can indirectly.

Ad

Answer this question