Roblox Player:GetFriendsOnline Limit Issue

The GetFriendsOnline will only return friend counts lower than 200, even though Roblox’s actual maximum friends can go up to 1000

I’m not sure if this is a network issue or a rate limit issue.. So please correct me if it is

Steps to Reproduce :
Using a Player use GetFriendsOnline() and when inputting a higher number than 200, it shows this
image

File : ReproductionFile.rbxl (59.8 KB)

Expected behavior

When using Player:GetFriendsOnline(Number) I expect it to return the amount I request, not an absurd amount like 10000 < not that it’s even possible, but more like 300, 500, 800, 1000, etc..

1 Like

I don’t believe this is a rate limit, or network issue, more or so a API limitation. Most likely the internal cap is 200, since the old Roblox friends list max amount was 200, may be set there on purpose or something that hasn’t been updated since the friends list capacity was increased to 1000. If this were to be a rate limit issue it would just fall nil or error after to many calls. Hope this helps, sorry if I sound a little dum since it’s pretty late and I haven’t slept yet lol.

1 Like

So this could be an issue it or could not be an issue who knows…

I’m assuming as of currently cause I’m not totally sure if it is a API cap or it just wasnt updated originally with the new friends list cap

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.