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

Trying to make a custom chat filter..??

Asked by 7 years ago

So I will give you a small script..

if payload.Value == "Badword" then
    payload.Value = " [Not sent due to bad word]"
end

this is, when a Badword is said it will change a string immediately except how will I make it so when the are chatting, it will find that certain word in the sentence, it will take me for ever to come up with 1000 of those things O_o

1
By the way Payload is a stringvalue greatneil80 2647 — 7y
3
You need to use Roblox chat filter you cannot make your own chat filter. All user inputted text that is shown to others needs to be filtered. User#5423 17 — 7y

2 answers

Log in to vote
4
Answered by 7 years ago
Edited 7 years ago

You cannot make your own chat filter because Roblox simply wont allow it. That being said, use the filter already provided to you by Roblox. I recommend you look up very basic scripting tutorials on youtube. Here is the link to their playlist. Hope this helps!

0
Dude accept this answer. AdvancedCode 136 — 6y
Ad
Log in to vote
1
Answered by 7 years ago

This is a custom chat and when ever I try to add roblox's filer, Nothing even happens :P

1
ITS LAGGING SOH BAD!!!! greatneil80 2647 — 7y
0
You need to take the Roblox filter knowledge and script your own filter however you add onto theirs to make your custom chat usable. AdvancedCode 136 — 7y

Answer this question