Hello, i checked if this remote was firing and the table was not reseting, may anybody help me?
game.ReplicatedStorage.resetTable.OnServerEvent:Connect(function(player) print("Game Reset!") for index in pairs(blacklist) do blacklist[index] = nil end end)
I recommend setting blacklist
to an empty table.