About 38,400 results
Open links in new tab
  1. How to make your own chat filter - Community Tutorials - Roblox

    Aug 5, 2021 · Hello, today we are making a custom chat filter. So to start off, just follow the directions below, or just feel free to look at the information or explanation! INSTRUCTIONS 1: Press play, open the explorer by going in view/explorer, open the chat service and copy the chatmodules folder. 2: Press stop and paste chatmodules in the chat service. 3: Create a new modulescript in the chatmodules ...

  2. How do you filter text? - Scripting Support - Developer Forum

    Apr 27, 2020 · wait(5) local textService = game:GetService("TextService") local filterThis = "Discord is filtered right?

  3. How to make a chat filter that disables when private messaging

    Nov 30, 2021 · I have a chat filter ModuleScript under Chat > ChatModules local functionId = "editText" local function doFilter(speaker, messageObject, channelName) --filter end local function runChatModule(ChatService) ChatService:RegisterFilterMessageFunction(functionId, doFilter) end return runChatModule I want to disable the filter if the player is private messaging a friend in the game. How do I do so ...

  4. How do I filter the chat - Scripting Support - Roblox

    Aug 4, 2020 · iChatX (OLD) - Roblox Roblox is a global platform that brings people together through play. P1X3L_K1NG (P1X3LK1NG) August 4, 2020, 5:40pm

  5. A Guide to Filtering Text - Community Tutorials - Developer …

    Feb 26, 2020 · What is filtering? Filtering is the way of checking text that has been passed through from a client to ensure that it is clean, and it stays within the guidelines of Roblox’s filtering system. Filtering is super important because it protects naive people from sharing personal information, and protects them from vulgar language. An oversimplified way this can be displayed is like this: On the ...

  6. Anti Text-Filter Bypasser | Unbypassable Text-Filter System - Roblox

    Jul 19, 2023 · You made a textable billboard or something right? And you made a text filtering system but someone typed “LMAO or F–k” right? Because you made a localscript like this: local filtered = game.Chat:FilterStringForBroadcast(script.Parent.Parent.TextBox.Text,game.Players.LocalPlayer) game.ReplicatedStorage.RemoteEvent:FireServer(filtered) And serverscript …

  7. Roblox chat filter! - Scripting Support - Developer Forum | Roblox

    Jul 5, 2023 · hello hello hello, i have made a chat system but im failing to figure out a way to filter a message before sending it. not sure if this makes any sense. in the script below i want the local FilteredMessage to actually return a filtered message, not just the message local Event = game:GetService("ReplicatedStorage").Chat_SendMessage local Tween = game:GetService("TweenService") Event ...

  8. How do I apply the chat filter on a TextLabel? - Roblox

    Jul 4, 2023 · So basically I have this textlabel inside a of a surfacegui in which players can type stuff using click detector buttons, and yeah they basically can type everything, including stuff that can get my posterior banned How do I apply a chat filter on …

  9. New Chat Filter Bypass Concern - Platform Usage Support - Roblox

    Nov 16, 2024 · And one of them being able to explicitly chat without any filter… I will explain things briefly. Since the launch of Solara executor (As far as I know), I’ve noticed a huge spike of exploiters in my game doing bad stuff.

  10. [CRITICAL] Chat Filter Bypass: Allows All Content (Slurs ... - Roblox

    Jan 13, 2025 · There exist so many chat bypasses and even more severe ones that look like regular text. A lot of these use exploit scripts to automatically replace standard letters with similar looking ones. Search the video “roblox chat filter tweakin out” for an example. I have reported this exploit numerous times to the security team and was ignored.

Refresh