Any potential server or client issues that can cause regular server crashed (Error 277)

My ROBLOX games seem to experience regular, unpredictable crashes (I’m not able to replicate this issue at will and I’m not sure if it’s a ROBLOX bug or not), I’d just like to make it clear that it’s the whole server that crashes, not just a single client. I’ve done research on the error code and only found results with people who have the issue on their client only.

I’m curious if this error code can be caused by any obvious things I may have overlooked like memory leaks (although I’ve already looked over that stuff and minimized any chance of that.), I’m not 100% sure if this is a ROBLOX sided issue or not either as currently only my games are experiencing it and even then I’m a little bit too inactive on the devforum to post a bug report and get any help.

the place in question:

Do you have any while true do loops?

The only infinite loop I have running runs once every 10 seconds invoking clients to get their ping.

Just to add on I disabled that loop I mentioned above the other day and the issue still occurred, I should have mentioned that before my bad.