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

Anti-Scam - Blacklisted Words Help?

Asked by 3 years ago

Hi guys!

I am working on an Anti-Scam module for Roblox's chat that will help prevent scam bots in Roblox games, or at least slow them down. Each time a new sentence from the scammers is created, I will add them to my module which will auto update using require(ModuleID). Anyways, now for my question. What are some words I can enter into the module?

PotentialScamWords = {
    {"want", "free", ""},
    {"robux", "go", "browser"},
    {"friend", "went", "robux.gg"}
},

PotentialScamLinks = {
    "robux.gg",
},

Thanks in advanced! KingCh1ll

0
This isnt the right place for this question, it has nothing to do with scripting. DinozCreates 1070 — 3y

1 answer

Log in to vote
1
Answered by
haba_nero 386 Moderation Voter
3 years ago

My suggestion is to go to popular games like adopt me and see the links that they post. Also, send a quick email to [email protected] telling them that your game has scam links, but they are to protect your game and it's players.

Best,

haba_nero

0
Thank you. KingCh1ll 2 — 3y
Ad

Answer this question