Тёмный

Official AI from The Mimic (BETA) 

Seor ♪
Подписаться 542
Просмотров 30 тыс.
50% 1

INFO: (BETA)
can hear player footsteps
advanced antistuck system
advanced teleport system
smart path
link - ...

Опубликовано:

 

22 окт 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 75   
@simplyatha
@simplyatha Год назад
Wow that chase theme, i used to use that sound in most games like murder mystery 2
@MrxDerpReal
@MrxDerpReal 5 месяцев назад
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
@Ok-hm2dx
@Ok-hm2dx Год назад
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 21 час назад
That’s just normal pathfinding, no?
@danielnutter6855
@danielnutter6855 6 месяцев назад
Like your vids keep it up
@RedFeverOfficial
@RedFeverOfficial Год назад
i will be waiting
@seordev
@seordev Год назад
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 Год назад
Wow mate ur so talented at scripting. I need the ai that can hear. R u gonna rlease the ai?
@seordev
@seordev Год назад
@@randomyt5915 idk
@tomorowtomorown3283
@tomorowtomorown3283 Год назад
do the ai handle terrian(meshes)
@tomasgames3.0
@tomasgames3.0 Год назад
where is the link?
@seordev
@seordev Год назад
@@tomasgames3.0 "release at 250 likes and 100 subs" just read the desc 💀
@DOJAASCH1LD
@DOJAASCH1LD Год назад
im prob gonna use this for my game im working on once you release it if you do! i will credit ofc
@PennylessArmy
@PennylessArmy Год назад
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
@zenxozz
@zenxozz Год назад
YOOO
@user-tk9sd8zj8e
@user-tk9sd8zj8e Год назад
Wow nice ai
@ScarerSammer
@ScarerSammer Год назад
so cool
@Schn1t
@Schn1t 11 месяцев назад
Agora faz tutorial de como animar eles pq eu tô meia hora tentando fazer o daoku andar igual um ser normal
@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 Год назад
i alr release it....
@LibrettoGamerYT
@LibrettoGamerYT Год назад
seor se responder ok, você poderia me ajudar eu estou criando meu propio AI para meu jogo mais eu queria fazer um sistema de perseguição com animação e musica não estou conseguindo
@RICHARD-yf6fj
@RICHARD-yf6fj 11 месяцев назад
How Did You God The Glowy color balls Thing?
@absxber8386
@absxber8386 Год назад
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
@wllow.
@wllow. Год назад
Is it only that?
@jaquelineortiz7398
@jaquelineortiz7398 Год назад
XD
@Pendrblx
@Pendrblx Год назад
almost 250 like Sheesh
@danielnutter6855
@danielnutter6855 6 месяцев назад
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 5 месяцев назад
thats python not luau
@KusonokiPlaysRobloxTheMimicALT
@KusonokiPlaysRobloxTheMimicALT 8 месяцев назад
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
@seordev
@seordev Год назад
server discord in discord.gg/seordev RELEASED!!
@brickman.
@brickman. Год назад
pls
@seordev
@seordev 11 месяцев назад
@WARDEN1.19 look to your vids 🤣🤣
@seordev
@seordev 11 месяцев назад
@WARDEN1.19 only 20 more HAHHAHA youre funny kid
@seordev
@seordev 11 месяцев назад
@WARDEN1.19 I was going to say "your father", but I forgot you don't have one
@HarryRogeRBLX
@HarryRogeRBLX Месяц назад
@WARDEN1.19you are the pure definition of fatherless
@Venis_YT
@Venis_YT 5 месяцев назад
why do he say teamer alert?
@VNoddawsdw
@VNoddawsdw Год назад
Seor 250 LIKESSS
@babahgurl7817
@babahgurl7817 Год назад
Can It go on a straight path not random?
@seordev
@seordev Год назад
to do that you need to change the ai and path script, but in original its random
@babahgurl7817
@babahgurl7817 Год назад
@@seordev Alright I guess
@No12idea
@No12idea Год назад
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?
@arinewstoday3477
@arinewstoday3477 Год назад
cmon 39 more likes yall!
@lulialmaguer7758
@lulialmaguer7758 11 месяцев назад
Please tell me the script
@Lwgo
@Lwgo Год назад
Bruh its not Official, its a remake.
@seordev
@seordev Год назад
krl, sherlok holmes? é vc?
@Lwgo
@Lwgo 5 месяцев назад
​@@seordev "Official AI from The Mimic"
@seordev
@seordev 5 месяцев назад
@@Lwgo cara, se vc tem mais de 2 de qi, vc consegue ver q o titulo foi feito pra chamar atenção
@xcwssadfd
@xcwssadfd 25 дней назад
Simple path?
@GiveUpFentForlent77
@GiveUpFentForlent77 11 месяцев назад
where is the link?
@user-xr6mt7hh4t
@user-xr6mt7hh4t 11 месяцев назад
tut pls
@letoxhernox9093
@letoxhernox9093 21 день назад
link?
Далее
I Used AI to Make a ROBLOX Game…
8:13
Просмотров 1,2 млн
Сумерки сасага🧛
11:41
Просмотров 1,1 млн
POLI зовет Газана
00:12
Просмотров 501 тыс.
Can 6 DEVS Make a STORY Game Without Communicating?
15:32
New to Studio? Get These FREE Plugins!
9:40
Просмотров 319 тыс.
Making a Genuinely Scary Roblox Horror Game
5:56
Просмотров 47 тыс.
The Ultimate “Inside Out” Recap Cartoon
5:34
Просмотров 22 млн
The World's Hardest Video Game!
10:15
Просмотров 87 млн
If SANS played ROBLOX HORROR GAMES (Animation)
35:12
Просмотров 333 тыс.
(RE-RELEASE) Kaito AI (Custom AI)
6:49
Просмотров 6 тыс.
Сумерки сасага🧛
11:41
Просмотров 1,1 млн