This is probably a shot in the dark, but is there a way to create a kind of virtual client? Our game originally wasn't intended for Bots, now that request has been added, and there are a lot of "if(tno.isMine)" checks, and so the player playing on the host has bot models set up as if they were meant to be viewed as 1st person player (no body) rather than from someone else's camera, sees all the UI elements the bots would be shown (if they were players), etc... All because the Bots all return true for isMine. I can work around it, but I figured I'd see if there was a way to do this. With this solution there wouldn't need to be special clauses in the code for bots, once they were spawned through some virtual client or something. Thanks in advanced.