Hello. This happens because the server shuts down when the last player leaves. PlayerRemoving
event is not fired.
You should use game:BindToClose
to solve this. I’ll link a post explaining that in detail.
Hello. This happens because the server shuts down when the last player leaves. PlayerRemoving
event is not fired.
You should use game:BindToClose
to solve this. I’ll link a post explaining that in detail.