Official AI from The Mimic (BETA)

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 72

  • @Ok-hm2dx
    @Ok-hm2dx 2 года назад +14

    The AI is actually really powerful. It tracks the closest path from the player to take from any angle and thats the thing that makes monsters hard to juke and outrun in most cases.

    • @minicup
      @minicup 4 месяца назад +1

      That’s just normal pathfinding, no?

  • @simplyatha
    @simplyatha 2 года назад +3

    Wow that chase theme, i used to use that sound in most games like murder mystery 2

  • @MrxDerpReal
    @MrxDerpReal 10 месяцев назад

    its amazing how he made the path finding so fast. For the monsters I script, the path finding always takes a few seconds to recalculate the path, especially whenever a player jumps near and object

  • @seordev
    @seordev  2 года назад +25

    Reason why i don't release the AI:
    it have so many bugs what i need to fix;
    i need to update the jumpscare system;
    add support to more monsters;
    better teleport system;
    so please be patient and wait for the final result. Thank you!

    • @randomyt5915
      @randomyt5915 2 года назад

      Wow mate ur so talented at scripting. I need the ai that can hear. R u gonna rlease the ai?

    • @seordev
      @seordev  2 года назад +2

      @@randomyt5915 idk

    • @tomorowtomorown3283
      @tomorowtomorown3283 2 года назад

      do the ai handle terrian(meshes)

    • @tomaslegacy2010
      @tomaslegacy2010 2 года назад

      where is the link?

    • @seordev
      @seordev  2 года назад

      @@tomaslegacy2010 "release at 250 likes and 100 subs" just read the desc 💀

  • @RedFeverOfficial
    @RedFeverOfficial 2 года назад +1

    i will be waiting

  • @PennylessArmy
    @PennylessArmy Год назад +1

    I have an AI similar to that but I want it to make a heartbeat when its nearby, how do I do that? Mine also doesn't chase you for that long and stops chasing you almost right away, anyway I can fix that? I am using an AI called the mimic AI version 5

  • @danielnutter6855
    @danielnutter6855 11 месяцев назад +2

    This ai is really good this whole mine is though # Monster AI
    class Monster:
    def __init__(self, health, damage, speed):
    self.health = health
    self.damage = damage
    self.speed = speed
    self.is_aggro = False
    def detect_player(self, player_position):
    # Implement logic to detect the player based on their position
    # Set self.is_aggro to True if the player is detected
    def move_towards_player(self, player_position):
    # Implement logic to make the monster move towards the player
    # Adjust speed and pathfinding as needed
    def attack_player(self, player):
    # Implement logic for the monster's attack on the player
    player.take_damage(self.damage)
    # Example of using the Monster class
    monster = Monster(100, 10, 5)
    # Game loop
    while not game_over:
    player_position = get_player_position()
    # Monster AI
    monster.detect_player(player_position)
    if monster.is_aggro:
    monster.move_towards_player(player_position)
    monster.attack_player(player)
    # Update game state, handle player input, etc.

    • @jodio8071
      @jodio8071 10 месяцев назад

      thats python not luau

  • @AGORRAAJUN
    @AGORRAAJUN Год назад

    im prob gonna use this for my game im working on once you release it if you do! i will credit ofc

  • @zackdiane604
    @zackdiane604 Год назад

    it's been almost a year since this video and i saw your comment saying it got leaked..? Are you not going to drop the model now because of that? or are you still working on it mate? id love to add it to my back rooms game and give credit

    • @seordev
      @seordev  Год назад +1

      i alr release it....

  • @absxber8386
    @absxber8386 2 года назад +4

    I believe this is the actual ai because when it stops chasing you, the sound usually fades out and the same thing happened when it stopped chasing him

    • @sivvim
      @sivvim 2 года назад

      Is it only that?

  • @danielnutter6855
    @danielnutter6855 11 месяцев назад +1

    Like your vids keep it up

  • @RICHARD-yf6fj
    @RICHARD-yf6fj Год назад

    How Did You God The Glowy color balls Thing?

  • @KusonokiPlaysRobloxTheMimicALT

    dude my ai is better but bro your the best man you have good ai and my ai doesnt have arrows you really have same ai like mimic's redemption

  • @Thecasz
    @Thecasz Год назад

    Agora faz tutorial de como animar eles pq eu tô meia hora tentando fazer o daoku andar igual um ser normal

  • @Venis_YT
    @Venis_YT 10 месяцев назад +1

    why do he say teamer alert?

  • @zenxozz
    @zenxozz 2 года назад +2

    YOOO

  • @babahgurl7817
    @babahgurl7817 2 года назад +3

    Can It go on a straight path not random?

    • @seordev
      @seordev  2 года назад +1

      to do that you need to change the ai and path script, but in original its random

    • @babahgurl7817
      @babahgurl7817 2 года назад +1

      @@seordev Alright I guess

  • @Pendrblx
    @Pendrblx 2 года назад +1

    almost 250 like Sheesh

  • @No12idea
    @No12idea Год назад +1

    did it come out yet? If it didn't, when would it?

    • @seordev
      @seordev  Год назад

      a random guy leaked it... :(

    • @No12idea
      @No12idea Год назад

      @@seordev oh! So sorry!

    • @No12idea
      @No12idea Год назад

      @@seordev I wonder how they got it. But you should make more things from the mimic for views and subs. Just a suggestion you don’t have to. It may seem like I’m suggesting this so I could have things, but no. I’m not. I actually want to see your channel grow. I think you can make it grow if you put lots of effort.

    • @remidty
      @remidty Год назад

      @@seordev can you give it away then?

  • @YanisaChuboonsang
    @YanisaChuboonsang 2 года назад +1

    Wow nice ai

  • @xcwssadfd
    @xcwssadfd 5 месяцев назад

    Simple path?

  • @VNoddawsdw
    @VNoddawsdw 2 года назад +1

    Seor 250 LIKESSS

  • @ScarerSammer
    @ScarerSammer 2 года назад +1

    so cool

  • @GounX_
    @GounX_ 4 месяца назад

    model?

  • @lwgo
    @lwgo Год назад

    Bruh its not Official, its a remake.

    • @seordev
      @seordev  Год назад

      krl, sherlok holmes? é vc?

    • @lwgo
      @lwgo 10 месяцев назад

      ​@@seordev "Official AI from The Mimic"

    • @seordev
      @seordev  10 месяцев назад +1

      @@lwgo cara, se vc tem mais de 2 de qi, vc consegue ver q o titulo foi feito pra chamar atenção

  • @lulialmaguer7758
    @lulialmaguer7758 Год назад +1

    Please tell me the script

  • @jeryem77
    @jeryem77 Год назад

    where is the link?

  • @arinewstoday3477
    @arinewstoday3477 2 года назад +2

    cmon 39 more likes yall!

  • @letoxhernox9093
    @letoxhernox9093 5 месяцев назад

    link?

  • @jaquelineortiz7398
    @jaquelineortiz7398 2 года назад +1

    XD

  • @VicenteLarino
    @VicenteLarino Год назад

    tut pls

  • @seordev
    @seordev  2 года назад +1

    server discord in discord.gg/seordev RELEASED!!

    • @brickman.
      @brickman. Год назад

      pls

    • @HarryRoge
      @HarryRoge 6 месяцев назад

      @WARDEN1.19you are the pure definition of fatherless

    • @HarryRoge
      @HarryRoge 6 месяцев назад +1

      @WARDEN1.19 oh im sorry