📅  最后修改于: 2022-03-11 14:59:57.355000             🧑  作者: Mango
local HS = game:GetService("HttpService")
local response = HS:JSONDecode(
HS:GetAsync("https://friends.rprxy.xyz/v1/users/64772693/friends/count")
)
print(response.count)