roblox bot.com code example
Example: roblox bots
if player.AccountAge <= 30 then
player:Kick("\n".."Account is too young to play, account must be > 30 days old.")
end
if string.find(player.Name, "catbot") then
player:Kick("Your username is possibily a dangerous bot account")
end