How to disable chat filter in your roblox game! (IN DESC)

Аватар автора
Игровые Аркады и Веселье
local modulesFolder = game.ServerScriptService:WaitForChild('ChatServiceRunner') local ChatService = require(modulesFolder:WaitForChild("ChatService")) ChatService.InternalApplyRobloxFilter = function(self, sp, mes, toname) return mes end ChatService.InternalApplyRobloxFilterNewAPI = function(self, sp, mes, textfilcon) return true, false, mes (warning) do in serverscriptservice!

0/0


0/0

0/0

0/0