I making a game and there's a dataStore script and I was wondering if players.PlayerRemoving gets triggered when a player get's kicked out. I have also made a game:BindToClose() function if the game randomly shuts down.
players.PlayerRemoving
game:BindToClose()
Yes. It will.