Around yesterday my place started consistently breaking after 2 minutes of being up.
The symptoms are as follows:
- Physics stops moving
- RemoteEvents/Functions stop responding (or alternatively, whatever they do respond, never gets to the client)
- Player GUIs disappear
- Player instances disappear (stuff inside the Player object, like some numbervalues I have)
- Cannot see server log or script stats (the pages are empty)
- The client receives no error message of any kind, and I can still turn the camera. But cannot move or do anything else, really.
Those dont happen all at once, but over the course of a few seconds (I first notice not being able to deselect some tool for my custom tool system or something subtle like that, then the other stuff happens)
Its this place (friends only :>):
(Thats the lobby, you have to join a server through it)
The place works fine in start server + start player in studio.
The only changes I recall doing is adding another 2 sound effects, changing a small table from a regular one to a weak table, and some basic reordering of script flow. None of which should suddenly cause a mysterious server death after 2 minutes in online mode exclusively.
The server is reserved using ReserveServer then I teleport player there.