Frequent IsInGroup(groupId) & :GetRankInGroup(groupId) == rankId errors on player join with "Internal Server Error"

Recently, :IsInGroup and :GetRankInGroup functions have been erroring more and more whenever a player joins the experience and then loads in - sometimes it will error HTTP 500 (Internal Server Error), but sometimes will load in properly, it’s a bit random whenever it does.

Min Code Example

game.Players.PlayerAdded:Connect(function(player)
	if player:IsInGroup(group_id) then 
		player:Kick("Is in a blacklisted group")
	end 
end)

Screenshots
Imgur

A private message is associated with this bug report

1 Like

Hello @Bulldo344 , thank you for reaching out. We were experiencing some storage issues that may have led to the problem you’ve experienced. The issue should be resolved now, let me know if you still run into problems!

4 Likes

Some players are still experiencing them for us, and it seems to be resolving - I’ll update this post in a day to give it some time.

Thank you for your fast reply time and fixing this issue, much appreciated! :heart:

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