TextService through Python

Hello

Is there a way to access some studio services like TextService through Python code? I’m currently doing a project and I really need TextService:FilterStringAsync(). Can’t find anything like this anywhere, and I’m wondering if it’s not even possible to do.

All I need is to know if Roblox would filter something, and what would get filtered.

Basically something where I could put a string in like "Hello World" and have Roblox filter it, and out would come something like ##### World!.

Roblox’s core API for TextService isn’t available to the public. So, it wouldn’t be possible to use their exact method with another library such as Python.

Ah that sucks. Thanks, though.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.