Player avatars stuck as noobs, and output spamming ":IsInGroup"

A issue has arisen with my game, where after a while everyone’s avatars stop loading and simply load in as a default robloxian/noob avatar. The cause seems to be something on the server but I can’t find out what is happening. The server output is being spammed by the same thing over and over again, but I don’t know where it’s coming from, or what is is causing it. The game doesn’t use “Player:IsInGroup” and I don’t know what the issue is.

Screenshot of the output log.

1 Like

Are you sure NOWHERE in your Game IsInGroup is being called? The noob thing is a sign of the server losing connection or memory (usually when Roblox’s down) but the rate limit on the API shouldn’t affect it.

I’ve checked multiple times, I have never used anything group related for the game, and there is no code relating to ‘IsInGroup’.

I do notice that this is happening CONSTANTLY though. Probably is the issue but I still don’t know what is causing it .