Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Chat script not working correctly? (Chat filter broken)

Asked by 1 year ago

In my game I have a script where it disables the chat while you're in the main menu. When you exit the menu by clicking a button, the chat enables. It works, but when the chat is enabled the chat filter is removed. I'm not sure how to fix this, could somebody help me with this? Script that disables the chat is shown below.

game:GetService('StarterGui'):SetCoreGuiEnabled('Chat', false)

1 answer

Log in to vote
1
Answered by 1 year ago

Normally in Roblox Studio test the chat filter doesn't work because you are in singleplayer mode. That is not a bug or something.

Ad

Answer this question