so i need an api help
What do you want to achieve? Get The Front Page Games and also their active player amount, like ratio, visits
What is the issue? i never used a single 3rd party api in my life
What solutions have you tried so far? i looked solutions in devform and i tried doing it myself
Here is the script that i made myself.
local http = game:GetService('HttpService')
game.Players.PlayerAdded:Connect(function(plr)
local async = http:GetAsync("http://www.games.roblox/v2/users/".. tostring(plr.UserId).. "/favorite/games")
print(async)
end)
and here is the error
-EDIT
I learned how to use 3rd party api but i still dont know how to get front page games
3 Likes
To access HTTPService I believe, you have turn on HTTP requests
to do that press home then game settings then security and then turn it on
1 Like
Its Already On, i also ran the command “game:GetService(“HttpsService”).HttpEnabled = true” on console
Gingeeeers
(Gingeeeers)
August 10, 2023, 5:07pm
#4
Roblox doesn’t allow making requests to itself
you will need to use a proxy to achieve what you want
1 Like
ok but what proxy i have to use?, i used rprxy.xyz, Swagger UI and none of them worked
beeddd7474
(PcHeadDev)
August 11, 2023, 12:14pm
#6
Guys, Thanks for your help, rn i know how to use 3rd party api but i still dont know how to get most popular games. the only thing i can get is the most popular game and it always prints brookhaven
system
(system)
Closed
September 8, 2023, 8:38am
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.