Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you make bubble chat? And how do u sensor out the bad words with it?

Asked by 4 years ago

I want to make bubble chat in a game but when I look it up online it tells me how to but when I test it out with the swear words it does not sensor them.

1 answer

Log in to vote
0
Answered by 4 years ago
local ts = game:GetService("TextService")

local text = "bruh"

local filteredtext = ts:FilterStringAsync(text, game.Players.Pappamamamll.UserId):GetNonChatStringForBroadcastAsync()

print(filteredtext)
Ad

Answer this question