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

Any string that appears on the screen will be moderate?

Asked by 4 years ago

I will make a personalized chat and so...

I wonder if automatically each of the chains that i'll use and will be visible will be moderated by obscene words, and if it is not, there is some way to moderate it?, and if I do not, I can get into trouble just by not knowing how to do it?

I thought it was this function but it seems that it doesn't work: :/ because if I remember correctly, Roblox moderates all the words I've tried ._. and it just prints the same swearword I wrote

local playerFrom = game.Players.LocalPlayer
local message = "Hello world"

FilteredString = game:GetService("Chat"):FilterStringForBroadcast(message, playerFrom)

print(FilteredString)
0
That looks fine. fortesss7 40 — 4y
0
Don't test it in Roblox Sudio, test it in Roblox. If it filters it, you got it. fortesss7 40 — 4y
0
Yes, that works in a roblox server thanks man PepeElToro41 132 — 4y
0
Why am I doing this? I hate roblox moderation :v PepeElToro41 132 — 4y

Answer this question