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)
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!