Help with Server Crashing every 1-2 Hours

Hello guys, i got an small issue in my game and cant find the problem, after 1-2 hours the server is crashing with about 10-50 players in server with an Error Code: 277 and everyone crashes at one time, any idea how can i fix it or what could cast that issue?

Did you use any free models? There could be a virus in one.
If not, I can’t think of much, it might be an issue with Roblox’ servers overall.

Do you have anything which spawns in parts but do not remove them. If lots of parts spawn then it might crash the server (I would expect there would be an issue with lag however).

After searching the error code on google it seems like this code is normally for " server disconnection error that indicates your client’s internet connection with the Roblox server is interrupted" meaning that the user disconnects. Although this does not seem the case due to you saying that everyone crashes.

Where I found the code means this: How to Fix ROBLOX Error Code 277 | 100% Working Fix [2022].

1 Like

no, am doing my own models and our scripter is doing his own scripts

Could be too much memory usage still. Check the dev console on whether you have rising memory throughout the server’s age (i.e. a memory leak, doesn’t have to be parts, any instance.new or Connect: could cause the problem), especially when a server is older and thus nearer to crash.

maybe can it be, i talk to my friend soo he can check what is wrong, because we are 3 devs working on the game and he is the script creator