|
HazardedJoin Date: 2011-11-02 Post Count: 11366 |
to kick ppl breaking the rules
|
|
|
HazardedJoin Date: 2011-11-02 Post Count: 11366 |
half of the stuff people get kicked for cant be automated, for example flaming
|
|
|
BECAUSE THE CONSTITUTIONAL RIGHT TO BEAR ARMS SAYS I CAN!!!!!!!!!!
Can't find a raid target? Try out WCoR over 98 clans to pick from and counting: https://www.roblox.com/My/Groups.aspx?gid=2722461 |
|
|
hmm wonder if you can auto-kick people for lsing |
|
|
game.Players.PlayerAdded:connect(function(player)
player.Chatted:connect(function(msg)
if msg == "CURSE_WORD" then
player:Remove()
end
end)
end)
|
|
HazardedJoin Date: 2011-11-02 Post Count: 11366 |
they could flame without cursing?
|
|
|
why do clans kick players for flaming
|
|
devinzethJoin Date: 2009-06-26 Post Count: 3424 |
"Your clan sucks "
"I hope you die"
"You're the worst clan here"
"Go back to ODing [Name]"
There are many other comments as well that you cannot simply have automated moderation for.
|
|
|
Technically, if you wanted to make it completely automated...
You'd have to do the following:
> Create a ChatGui and filter it through your own filters... And roblox's so you don't get banned...
> Also create a script that can check when someone spawn kills or does other stuff usually... Then ban / warn...
#code game.Workspace:ClearAllChildren() print('Rage') |
|
AerofallJoin Date: 2013-07-08 Post Count: 27876 |
Is this a joke.
|
|
XienthiusJoin Date: 2010-04-17 Post Count: 2627 |
If you let the game kick people, then people will be getting kicked for lame reasons. Letting High Ranks do it means the server has somebody to judge if it's a flame worth a kick/ban. Excluding AA'ers. |
|
|
friendly reminder if you ban for flaming you cant handle the banter |
|
devinzethJoin Date: 2009-06-26 Post Count: 3424 |
Rebel but there is a line that you shouldn't cross when flaming.
|
|
XienthiusJoin Date: 2010-04-17 Post Count: 2627 |
So personal insults/threats is banter. K. |
|
|
Another reminder that the "judge" of Admin inside a game consist of people that will abuse. By that I mean they'll accept flames that are biased towards the raiders team while the raiders may not be able to compensate for such actions.
Having a system that automatically removes people based on certain phrases, words, and other things or filtering them (in-game) will provide a much better environment for a raid.
Also, I think anyone can agree that they've seen Admin Abuse from High-Ranks who refuse to claim "Flaming" from their own party as sufficient enough to be kicked as they do the raiders team whose flames aren't as rude as the defending team.
#code game.Workspace:ClearAllChildren() print('Rage') |
|
|
Why do you act as if AAing and flaming is a huge issue..
Can't find a raid target? Try out WCoR over 98 clans to pick from and counting: https://www.roblox.com/My/Groups.aspx?gid=2722461 |
|