Help with this error: Player:GetRankInGroup failed because HTTP 500 (Internal Server Error)

Hi, I got this error when starting the server, and all three functions returned one error: GetRankInGroup(), GetRoleInGroup() and IsInGroup(). I don’t use these functions often and i have HTTP requests enabled, but this error appears with a 20% chance probably. I would like to know why this is happening and whether it is possible to avoid it somehow and not break the server completely?

Proof:
image

This means Roblox servers are having issues. Nothing you can do to stop it, so the best thing you can do is wrap it in a pcall and retry/kick the player if it fails.

1 Like