Well, I am using Pokemon Online's scripts and apparently 'Bot' is not a constructor. Below is the section of the script. Code (text): var Bot = require('bot.js').Bot; normalbot = bot = new Bot(Config.bot); mafiabot = new Bot(Config.Mafia.bot); channelbot = new Bot(Config.channelbot); kickbot = new Bot(Config.kickbot); capsbot = new Bot(Config.capsbot); checkbot = new Bot(Config.checkbot); coinbot = new Bot(Config.coinbot); countbot = new Bot(Config.countbot); tourneybot = new Bot(Config.tourneybot); rankingbot = new Bot(Config.rankingbot); battlebot = new Bot(Config.battlebot); commandbot = new Bot(Config.commandbot); querybot = new Bot(Config.querybot); hangbot = new Bot(Config.hangbot); bfbot = new Bot(Config.bfbot); I have no clue on what to do. I am not a script wiz >.<