Deleting TextChatService

Hello there! I was wondering if anyone knew how to delete TextChatService since I need to re-insert it but I cannot delete it because it’s locked. Ideas?

open services tab in topbar, select TextChatService or something similar you will have new services in the explorer and turn off the checkboxes that are responsible for this, something like “ChatBehaviour”

Yes but I want to remove it and re insert it

You don’t because you can’t, why do you want to delete and re-insert it?

Because I broke some settings with it somehow

if it’s still in development then just take everything in your game and put it into a new one

1 Like

I think this is a BETA feature in your Studio settings.

when you say broken settings do you mean something isn’t working, like there are errors? or did you change some setting like disabling the chat itself?

You can use:

game:GetService(“StarterGui”):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

I’m using a touch screen device, therefore the quotation marks look different.

I messed around with the settings too much and managed to delete some of the stuff inside

You can open a new baseplate and copy the default settings back then

1 Like

Are there any other ways to do this?