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!
.