From 63805b24262800555505b0fc86e71e0c73bca728 Mon Sep 17 00:00:00 2001 From: 7angr <106953896+7angr@users.noreply.github.com> Date: Thu, 22 Dec 2022 09:41:35 -0500 Subject: [PATCH] Update Tovy2-activity-alpha.rbxmx --- Tovy2-activity-alpha.rbxmx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Tovy2-activity-alpha.rbxmx b/Tovy2-activity-alpha.rbxmx index 5b61559..281fe41 100644 --- a/Tovy2-activity-alpha.rbxmx +++ b/Tovy2-activity-alpha.rbxmx @@ -175,6 +175,14 @@ end) Players.PlayerRemoving:Connect(function(Player) EndSession(Player) rankTable[Player.UserId] = nil + + if messageTable[Player.UserId] then + messageTable[Player.UserId] = nil + end + + if afkTable[Player] then + afkTable[Player] = nil + end end) game:BindToClose(function()