Random filter in game
#6
If you're going to have a string replacement, you can code it to be random.

[lua]
local strings = {"FAILZOR", "NOOB", "FAILISM", "ROBLAWKED"}
FilterChat(strings[math.random(1, #strings)])
[/lua]
Reply


Messages In This Thread
Random filter in game - by Duck - 07-29-2011, 08:38 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)