Blocking certain user from chatting in game

Hello, i’m trying to make script what blocks certain user (allready made that script to select that certain user) from saying ANYTHING to game chat…
I know about game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false) however exploiters can get around this since it’s not done server side… I need to block people from saying anything server side

Thanks for help.

1 Like

This should be able to help you:

1 Like