Is there any good way to locally detect whenever your client loses connection? (local scripts still run in a service such as ReplicatedFirst whenever you’re disconnected)
The best thing I could come up with is for the server to ping the client on a time interval, which works, although it could theoretically still be triggered by a lagspike. But is there any way to actually detect whenever there’s a lost connection popup? Maybe some sort of event, or you can detect it appearing in the coregui?
I dont think there is, since ive never really tried anything regarding disconnections. yet im not sure if this is even possible.