About 53,300,000 results
Open links in new tab
  1. Text filtering | Documentation - Roblox Creator Hub

    Do not filter text in real time "per character entered" into a TextBox, as doing so yields for text that's only visible to the user typing it. Instead, filter the entered text after the user submits it.

  2. How do you filter messages on Roblox? - CyberPost

    Jul 28, 2025 · Filtering messages on Roblox is achieved using the TextService API provided by the platform. Developers use the FilterStringAsync() function to process player-generated text, ensuring …

  3. Learn To Filter A Textbox In Roblox Studio

    I give short tutorials on things you can do in Roblox Studio, coding examples, and lessons on programming concepts. Subscribe for new videos every week.

  4. How do you filter text? - Scripting Support - Roblox

    Apr 27, 2020 · TextService will filter a string three different ways and then return a TextFilterResult. You need to call a method from that object in order to get the proper string used for filtering, depending …

  5. How to filter text Roblox? - Games Learning Society

    Sep 15, 2024 · To address this issue, Roblox provides a built-in filtering system that allows users to block or filter out certain types of text. In this article, we’ll explore how to use this system to filter text …

  6. Chat filter | Roblox Wiki | Fandom

    Today, the text filter is provided by the CommunitySift service. Since CommunitySift uses multiple rules and text classification techniques to filter phrases, the lists in this article are not representative of the …

  7. creator-docs/content/en-us/ui/text-filtering.md at main · Roblox ...

    Roblox automatically filters common text outputs such as messages that have passed through in-experience text chat, but you are responsible for filtering any displayed text that you don't have …

  8. A Guide to Filtering Text - Community Tutorials - Roblox

    Feb 26, 2020 · Let’s say that when a player presses a TextButton, you want to filter that text that they inputted through the TextBox. This could be used for a custom chat, nickname, pet naming, etc.

  9. String Filtering - Roblox Scripting Tutorials - YouTube

    In this video, I show you how to make a string filtering system. Keep in mind that all games must filter any text entered by players that other players can see.

  10. GitHub

    Applying proper text filtering is one of the most important ways to keep your experiences safe and secure. Roblox has a text filtering feature that not only prevents users from seeing inappropriate …