How To Make Your Own Nextbot In Roblox Studio! V1 (Gmod)

Поделиться
HTML-код
  • Опубликовано: 18 июн 2022
  • Here are the links to some of my models:
    V1: www.roblox.com/library/100385...
    V1.1: www.roblox.com/library/104431...
    V1.2: www.roblox.com/library/104818...
    ------------
    Collision Groups (Read Description): www.roblox.com/library/103461...
    Proximity Doors: www.roblox.com/library/104595...
    Delete Body Parts: www.roblox.com/library/103741...
    Black Screen Death: www.roblox.com/library/100660...
    Forcefield Shortner: www.roblox.com/library/100666...
    GMOD Health Bar: www.roblox.com/library/100386...
    F For Flashlight: www.roblox.com/library/100385...
    Momentum Mod: www.roblox.com/library/100384...
    R To Ragdoll And Ragdoll Death: www.roblox.com/library/100384...
    Sprint Bar (Adjustable): www.roblox.com/library/100384...
    Things i didnt mention:
    - These bots go around walls and can get stuck sometimes.
    - These bots will NOT respawn if thrown in the void (even with CanRespawn enabled).
    - These bots most of the time detect you only when you can see them or in their vision.
    - If you use a “Collision groups” script in ServerScriptService and correctly using the collisions, you can make the bots go through walls.
    - These bots have a lot of trouble on really realistic terrain, such as hills that are very detailed in its slope.
    - Make the ground slippery for bots using the collisiongroups script allows it to have a drifting effect, like in the actual mod.
    -ALSO BOTS HAVE A HARD TIME GOING UP STAIRS, USE SLOPES
    join the discord!
    / discord
    subs: 38
  • ИгрыИгры

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

  • @deb.v
    @deb.v Год назад +1

    Shortest Roblox Studio tutorial ive ever watched yet actually works. Thx Bud

  • @Itsrisible
    @Itsrisible Год назад +4

    Thanks it was super helpful! I couldnt have done it without this video. Super simple

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

    This helped me with my game so much, thank you.

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

    Nice tutorial! it helps a lot of Creators here

  • @user-jb5lc8mk9t
    @user-jb5lc8mk9t 3 месяца назад

    this video has motivated me to make a new game, hope you grow your channel

  • @b.f0ot142
    @b.f0ot142 Год назад

    I just wanna say ty im looking for something like this for a long time and ur the only one that really helped

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

    Nice bot you got there its absolutely amazing! I made a similar bot myself and I could not figure out the problem with the sound, but after seeing this video I can now play annoying sounds tto tell the player where the bot is! Thanks Alot!

  • @placeholder292
    @placeholder292 2 года назад +5

    Thanks! Now i can make my own Nextbot game.

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

    Thank you so much dude! Im making a nextbot game and this just saves so much time!

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

    Thank you so much. I want to make a game like this. This video is helpful. Subscribed ;D

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

    Thanks for the tutorial!

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

    THIS IS AWESOME THANK YOU VERY MUCH

  • @user-om5gb3es4i
    @user-om5gb3es4i Год назад

    Good tutorial!
    Subcribed:)

  • @jeffyfansml66
    @jeffyfansml66 Год назад +5

    How to make a nextbot perfectly face the screen from the top:
    1. Add a BillboardGui
    2. Add an ImageLabel
    3.Make It The Correct Size (idk how)
    And there you have a nextbot that actually looks at you from the top and bottom. Beams make it so you can't look at it when your above or below the beam.

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

      or use v1.4 an above

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

    i need this to make my group game thank you soo much it helped alot

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

    Thanks. This Helped My Make My Game.

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

    thank you for the tutorial :]

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

    thanks alot dude!

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

    thank you so much i needed this so much

  • @Duckydude29
    @Duckydude29 9 дней назад

    Thank you so much!! 1+ follower.

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

    Thanks!

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

    Thank u much for this tutorial now I can make these for my game except I'm drawing and putting in there like lsplash did to rush

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

    thanks so much

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

    thank you so much

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

    THANK YOU SO MUCH

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

    thank you very much

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

    thanks bro

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

    tysm for tutorial! ive made my own nextbot game where me and cousins play it

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

    Thank you for this video 🇻🇳

  • @Beluga9-
    @Beluga9- Год назад

    tysm bro

  • @GoldenMagicc
    @GoldenMagicc 2 года назад +49

    For people who want to make a safe zone, here is an easier version of it.
    Basically, have a part and thats the AREA for the safe zone, so make it big. Make it can collide false. Add the part a script:
    script.Parent.Touched:Connect(function(hit)
    local character = hit.parent
    local humanoid = character:FindFirstChild("Humanoid")

    if humanoid ~= nil and game.Players:GetPlayerFromCharacter(character)then
    humanoid.MaxHealth = math.huge
    humanoid.Health = math.huge
    end
    end)
    script.Parent.TouchEnded:Connect(function(left)
    local character = left.Parent
    local humanoid = character:FindFirstChild("Humanoid")

    if humanoid ~= nil and game.Players:GetPlayerFromCharacter(character)then
    humanoid.MaxHealth = 100
    humanoid.Health = 100
    end
    end)
    Once you done this and play it, the nextbot will go to you, but your health is inf and cant kill you unless you go outside of it. Thank me :)

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

    bro thank you soo much

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

    Thank you! I will make game with this,and you are gonna be an easter egg :)

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

      YEAAAAAAAA TY LOL

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

    OMG THANK YOU

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

    Thanks for that tutorial now when i have an pc i Will add lankybox and rick roll and many other characaters

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

    i already made a map for the game but need a nextbot this is good

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

    THANK YOU NOW I CAN MAKE A NEXTBOT WITH A PHOTO

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

    Thx

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

    Tysm

  • @superco0pl840
    @superco0pl840 7 месяцев назад

    the scream in the start lol

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

    make a video teaching how to respawning the nextbot when he kills everyone on the map pls

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

    u are genious

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

    thank you sqzuid! really appreciate it

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

    • @cavevksama4493
      @cavevksama4493 2 дня назад

      @@Graphik how can i make the bot slower or faster?

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

    Sometimes the next bots only go for a certain player and not everyone edit: what i mean is like when a next bot kills someone the nextbot just stands still on where the person died and if i go near the next bot they dont attack me but when the player that got killed comes back they kill that person again

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

      Entiendo y es porque el bot aún detecta al jugador aún estando muerto y una vez que desaparezca el jugador, se dirige al más cercano...
      Y lo digo porque también tengo ese problema.
      Trataré de ayudar también ya que estoy haciendo cambios en los nextbots y hacerlos más jugables y con más inteligencia

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

      @@video_game_reactions930oh alright thank you

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

      dont worry ill be making an update video

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

      @@Graphik ight

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

    thanks for this

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

      where did you get that emoji? I only got:

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

      @@LuckClover1 idk

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

      @@LuckClover1 i got whole emoji:

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

      @@nika1506n0 oh,

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

      @@nika1506n0 but Ik why, for some reason, PC has these emoji options thanks to the little emoji icon that resides next to Reply and Cancel

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

    i have a little problem finding the texture insert because this is a better version of the Customizeable nextbot i found!

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

    Thank you so much but the only problem is The nextbot cannot Detect Throught Walls i need a pathfinding Script for that

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

    Hey could you make a tutorial for random spawning nextbot. So like how nicos nextbots has like 5 random nextbots for each server

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

    Um hey? can you make a nextbot chase static video

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

    Nextbot + Transfur infection= Chaos

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

    Sure it a month ago but I will like to thank u and I made a silly fanmade game outta Bambi, definally legit sonic, and headless overprice why the hell would u buy it?

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

    I DIDINT UNDERSTAND UTILL I LISTEN CLOSEY AND JUST MADE MY GAME THANKS

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

    Hi can u make a nextbot when it is near a static effect in screen appears pls i want to make nicos nextbots fanmade game

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

    I mean this is helping but, can you show me how to make the nextbot stop chasing us, if we are in the Safe Zone

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

    thank you now I can rage

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

    bro i was doing this for my doors game💀

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

    also 10/10

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

    I have one problem, everything is working except of the main feature of the nextbot, it will follow me but it doesnt kill me, i tried all 3 versions of the customizable nextbot but it still wont work even tho i checked configuration and it should be fine but it's not, can someone tell me why is that?

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

    If I Wanted to Make 2D NextBots in Roblox’s Game-Creating-System. I’ll Be Able to Create Scary Multicolored/Achromatic-Colored Weird Faces Whatever I Want with Transparent Background. To Add Them in Roblox Doors Considering Myself as Roblox Doors 2D Entities Designer

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

    intro music parts are despicable punk

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

    Can you make an updated version? Im making a nextbots game but the nextbots are not chasing me or any player, they do chase me or a player but they dont chase most of the time, they mostly stand there looking at me like: Bro should we chase him? 🤨 nah bro we'll get em later.

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

    thanks i try to make game

  • @yourlocalzerotwosimp5677
    @yourlocalzerotwosimp5677 2 года назад +21

    hey so uh the image is mirrored for some reason and for saul goodman it looks so cursed, any idea on how to fix it?

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

      image is flipped? Is that what you mean?

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

      @@Graphik yeah, sorry I didn't express myself clear enough but yes.

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

      if there isnt any option to flip the image, your going to have to create a new decal id where the image is flipped, sorry.

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

      @@Graphik alright, ty!

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

      @@Graphik how do I configure the speed on version 1.1?

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

    how could i make a screen shake whenever the nextbot is near the player?

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

    Since i added the ragdoll, It said full instructions on the youtube channel I tried to check and didn't find any instruction, can you post it?

  • @user-sm5fk3cm5b
    @user-sm5fk3cm5b Год назад +1

    I have the problem with sound
    It plays so loud! Even im far away i still can hear it loudly

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

    great tutorial but for some reason sometimes the nextbots could bring you closer to them using the force how do i fix that

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

    Wow this is the oldest nextbot

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

    How can i just put a next bot in my game i check the description and theres alot of links;-;

  • @Ganymede0999
    @Ganymede0999 Год назад +3

    Actually there's one problem here, The Nextbot is very fast, making it impossible for a regular player to escape from him.

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

      Is there anyway to slow it down?

    • @us3r2617
      @us3r2617 Год назад +2

      Change the walkspeed in the humanoid to 16 or less than that if u want

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

      @@us3r2617 Alright thanks.

    • @-fbi-
      @-fbi- Год назад

      you could also add a sprint mechanic to help you even more

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

    hey i got a question how did you get the map??

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

    there aren't any nextbot sound id's on roblox that i can find, can you please link them to me? it would be very appreciated

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

    *h e d i s c o n n e c t e d*

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

    My best friend, I liked the video very much, thanks you for sharing, stay safe, stay blessed

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

    thanks for the tutorial now i can make my own rip-off of nico's nextbots!

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

    Im trying to make a hardmode where I added a script that ups the zombies walk speed, but it isn't working I dont think.
    script.Parent.MouseButton1Click:Connect(function()
    game.Workspace.Nuala.Zombie.WalkSpeed = 200
    game.Workspace.Nuala.Zombie.JumpPower = 0
    game.Workspace.Nuala.Zombie.JumpHeight = 0
    end)
    why isn't it working

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

    Hey is this target the closesr player or only 1 player

  • @Ambush-roblox1166
    @Ambush-roblox1166 Год назад

    can you make it see players from super far away if can how?

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

    i mixed obunga and trevor philips(from gta5) and created trevunga

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

    How t9 change its speed? Latest version V1.2

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

    Hi how do you make it so the image isnt inverted?

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

      create a new asset id but make it so the image is flipped

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

    Gmod nextbot creators vs Rmod nextbot creators

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

      LOL
      next video is gonna be about the chase lol

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

    The nextbots could not kill me instantly

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

      thats a bug just run away

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

    Umm,,, I want to ask how do I make saving point only for nextbot? also is it can jump? I need nextbot that can't jump.

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

      you can switch the jump to off in humanoid

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

    how do i add the jumpscare sound

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

    To be honest its really easy to make a nextbot in roblox but in gmod its a very hard process

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

    how to also make a pathfinder for the nextbot? because i'm making the game and theres a maze but i want the bot to chase the players even if they did not see the players

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

    HE DISCONECTED
    lol that was funny enough...
    jk

  • @vdz.s-16gaming50
    @vdz.s-16gaming50 Год назад

    How do You make a static screen When a nextbot chases you and also how do you add a Dead screen?

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

    can you make the nextbot able to detect you threw walls so it can pathfind to you through walls

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

      i have another video

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

    Hey Ma Earphone Killer dude, do you know how to make a Chase static when a Nextbot Chasing you?

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

      workinnnn bro give me sum timee

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

      @@GraphikOk Sorry for disturbing Ma Earphone killer dude

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

    how do nextbot autojump? its not autojumping

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

    if you are seeing this how do i use the appearence image or model thing?

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

      like the image distance?
      how far away you can see it?

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

    the sprint button is randomly not working after i placed the bunny hop, what do i do?

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

      it overides script, dont worry, use the sprint for now, im making a better one

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

    What is the id for Selene or all bots pls

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

    What can I do when I can't find image at the settings

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

      its in properties

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

    Can you make a tutorial on gmod physics

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

      Does that mean

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

    When the bot kills me it stops moving and is stuck in place and im not sure why. Please help

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

      its because there arent any other players to chase

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

    how do i make it so it only attacks at a certain range.. like instead of always knowing where you are it only knows where you are when you are near it

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

      nvm

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

      change the max detection distance to a number of studs

  • @화잭
    @화잭 Год назад

    If the next bot touches each other, the next bot dies.

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

      just watch my newest nextbot