Cant access the Roblox Friends API

Im having issues accessing the Friends API, here is my code

local HttpService = game:GetService(“HttpService”)
local userId = 1284994978
local url = “https://friends.roproxy.com/v1/users/” .. userId .. “/friends”

local success, response = pcall(function()
return HttpService:GetAsync(url)
end)

if success then
response = HttpService:JSONDecode(response)
print(response)
else
warn(“Error fetching friends:”, response)
end

This is what my script is warning:
Screenshot 2025-08-06 195846

Help is appreciated!

Why don’t you use Players:GetFriendsAsync(UserId) instead of having to fetch from a proxy?

Im playing around with HttpService since ive never used it before, but thanks for the resource

I believe there is an issue right now with roblox
Try running your code again later

This is accurate you are right this is not his fault.

Players data is being erased as I speak my avatar is a noob etc.

1 Like

my console output is all yellow :melting_face:

Yep exactly on the point go check roblox it is currently going down. IT IS HORRIBLE XD rip player data for some people.

I lost some while trying to test. Luckily I was on an alt.