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

Text in TextLabel Filtering script,not working,Can anyone help?

Asked by 5 years ago

I only want this part fixed,is a server Script inside of a TextLabel. It should filter any bad word typed.

TextService = game:GetService("TextService")

text = script.Parent.Text

filteredTextResult = TextService:FilterStringAsync(text)

wait()

script.Parent.Text = filteredTextResult

0
where is that textlabel, is it in the PlayerGui or workspace? theking48989987 2147 — 5y
0
Workspace SpringtraPlayer 16 — 5y
0
Does “text” change via player to player chat? Filter string needs the player if I recall ABK2017 406 — 5y

Answer this question