How can i filter a textbox

textbox.Changed:Connect(function()
textbox.Text = TextService:FilterStringAsync(textbox.Text, game.Players.LocalPlayer.UserId);
end)

-- Try that! Note: I never used this function so it could be incorrect
-- on the way I handled it.
1 Like