Note:
Repost of this bug as this bug has NOT be fixed.
When a player TextSource is removed from a TextChannel with :Destroy() when ChannelTabs is enabled, the TextChannel’s tab UI is still visible in the player’s chat.
Reproduction Steps:
- Create a TextChannel
- Add a TextSource to the TextChannel (/join in repro file)
- Remove the player from the TextChannel with TextSource:Destroy(). (/leave in repro file)
My Reproduction file:
ChannelTab Repo File.rbxl (46.4 KB)
Expected behavior
I expect the channel tab UI to be removed from the player’s tab bar in the chat if their TextSource is removed from a TextChannel.