local S = "CussWord" local filtered = game:GetService("Chat"):FilterStringForBroadcast(S) print(filtered)
"Cussword" is an actual cuss word but im not gonna put it here lol but it returns not filtered and im not sure why i want to make it work so i dont get in trouble by roblox for a chat gui that doesnt block inappropriate content. Any tips or ideas?
If I am remembering correctly, vulgarities aren't censored on studio tests. If you wanna see it in action, try a live server. So yes, to answer your comment, it does matter if you are on a test server.