How To Make A Nextbot In Roblox Studio! V1.1 (Gmod)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 228

  • @Graphik
    @Graphik  2 ปีที่แล้ว +7

    Things I didnt mention in the video
    (ALSO THIS MODEL IS NOT WORKING THE SAME AS WHATS IN THE VIDEO FOR SOME REASON) Ill fix.
    -apparently there is a bug on line 117 that makes the bot ignore you completely if you die, someone tell me if this is still a thing in multiplayer, thanks! (In the ChaseScript)
    -updated models.
    -to change speed go to humanoid. (so many people are asking)
    -help me find fixes for the next update! (you'll get a shoutout)
    -if you go to a place that a bot cant pathfind to without jumping, it wont move, it'll wander if Wander is set to true.
    -the proximity doors's green part can be change to the rotation and position you want (so you can make sliding doors and such)

    • @123nicopatty
      @123nicopatty 2 ปีที่แล้ว

      yea i was with my friend playing my nextbot game with him the bots were ignoring me and only chasing my friend.

    • @breadisnotready
      @breadisnotready 2 ปีที่แล้ว

      is there currently a way to fix it?

    • @СашаКовальчук-и3ц
      @СашаКовальчук-и3ц 11 หลายเดือนก่อน +1

      Hello, please tell me how you made the map of the nn mall?

  • @KarenFracchia
    @KarenFracchia ปีที่แล้ว +1

    this man is a genius

  • @GoldenMagicc
    @GoldenMagicc 2 ปีที่แล้ว +5

    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 :)

    • @Graphik
      @Graphik  2 ปีที่แล้ว +1

      yes

  • @Windstair
    @Windstair 2 ปีที่แล้ว

    Yay!!!!! now i can finally have fun playing with these nextbots!!!!! :DDD i hope u get more subs sqzuid!

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      YOOOOOOOOOOO TY!
      Appreciate it, your amazing!

  • @RoCkO555
    @RoCkO555 2 ปีที่แล้ว +2

    i have a few suggestions one of them is bashing doors (the bash open not bash on floor) next is so bots can open the doors or go through them that would really help and next is a menu where u can maybe choose maps (use game called sanic chase for inspiration) and for next nextbot version well u know how jerma works there closer u are his face changes with the 3 versions well u can add that in next version and u should change most ur like models so it has mobile AND xbox support anyway thats all thanks (oh and jumpscares and kill feed but someone already said that)

  • @MangoeyYT
    @MangoeyYT 2 ปีที่แล้ว

    bro YOU NEED MORE SUBSCRIBERS BRO, THANK YOU SO MUCH

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      Glad I could help

  • @James_show460
    @James_show460 2 ปีที่แล้ว

    Bro thanks for making this I was about thinking how to make a next to game. Thank you!!!

  • @123nicopatty
    @123nicopatty 2 ปีที่แล้ว +4

    SaimonFF asked "How do u make a safe zone so people can be safe from the nextbots?" well if you see his could you also add if they are gaurding the safe room they disappear like nico's nextbots Thank you.

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      its a killbrick.
      just put it above the player so the player doesnt die in the safezone but the bot does

  • @StingyDenizo
    @StingyDenizo 2 ปีที่แล้ว

    i subbed keep up the good work next you could add Custom footsteps

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      sure!

    • @StingyDenizo
      @StingyDenizo 2 ปีที่แล้ว

      @@Graphik i have a custom footsteps model if you want to use it you can its not made by me But its Good the Id Is: 9168956055

  • @maxedystuff
    @maxedystuff 2 ปีที่แล้ว

    Help i really need a gmod bhop script but the one you gave didnt work please help

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      put in startergui,

  • @Brikiscool2011
    @Brikiscool2011 2 ปีที่แล้ว +1

    gigachad maker

  • @brain1189
    @brain1189 2 ปีที่แล้ว +2

    I need a working jump script like the one in nicos nextbot pls

  • @De4058yor
    @De4058yor 2 ปีที่แล้ว +1

    YOU ARE EPIC THANK YOU SO MUVH

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      YO WELCOME TY FOR WATCHINN

  • @official_little4107
    @official_little4107 2 ปีที่แล้ว +2

    My question is, how do you make the screen very static when a nextbot is nearby? [I'm Just Asking]

    • @saintswore
      @saintswore 2 ปีที่แล้ว

      answer please

    • @tristanstreet357
      @tristanstreet357 2 ปีที่แล้ว

      have a screengui local script check the distance between the two part locations and if it under for example 50 studs then tween the transparency of the gui

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      ^

  • @marionotsonicnot9410
    @marionotsonicnot9410 2 ปีที่แล้ว +1

    can you make a uncopylocked game because I'm really having trouble with some of the stuff

  • @GDmaxe
    @GDmaxe 2 ปีที่แล้ว

    How do you kill these nextbots? Im making a game where you can fight back against nextbots.

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      change their max health and health in humanoid, BUT, this only works on my two models V1, and V1.2.

  • @Windstair
    @Windstair 2 ปีที่แล้ว +1

    when i was playing with the nextbots, i love how the nextbot goes down the stairs safely, just like in real life

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      YUHH

  • @tskrinus
    @tskrinus 2 ปีที่แล้ว +1

    if not subscribedSchematization == true then
    print ("subscribe him he made nextbooks")
    warn ("user no sub??")
    end
    if subscribedSchmatization == true then
    print (" good ")
    end

  • @Piginpants-Orginal
    @Piginpants-Orginal 2 ปีที่แล้ว

    Oh look its the nicos nextbots map

  • @a150isbackk
    @a150isbackk 2 ปีที่แล้ว +1

    How do u make a safe zone so people can be safe from the nextbots?

    • @Jowanoofy_ZO
      @Jowanoofy_ZO 2 ปีที่แล้ว

      I think he make player can only go in

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      yea

  • @StingyDenizo
    @StingyDenizo 2 ปีที่แล้ว +1

    oh and could you show us how to make that if you are in a safe zone the bot goes somewhere else? and that the bot walks around the map when he doesnt detect a player

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      i told you, its CANWANDER = TRUE.

  • @ryqn9130
    @ryqn9130 2 ปีที่แล้ว

    Yo I used the nextbot model and it made my game good

  • @Panffl_-rw4ni
    @Panffl_-rw4ni 26 วันที่ผ่านมา

    he loves to a squid

  • @Whatatoad
    @Whatatoad 2 ปีที่แล้ว

    Yo i used it before and it’s sucked but no it’s updated I gonna try it it looks exciting!!!

  • @cesarvasquez6431
    @cesarvasquez6431 2 ปีที่แล้ว +1

    Hey, I have a problem, im creating my game with a friend, when I change the texture of the nextbot I can see it, buy my friend can not, do u know how can i fix it?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      you need to go to your models configurations on roblox and share it on marketplace if you are using your own id

  • @coinl3ss
    @coinl3ss 2 ปีที่แล้ว

    You should add material sound effects, like concrete

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      aight

  • @nurazislam8992
    @nurazislam8992 2 ปีที่แล้ว

    "obama pyramids" after i heard that i lost it and why is Delete Body Parts When Dead (ServerScriptService) offsale? its the most important thing i need

  • @basicallyjusttan7727
    @basicallyjusttan7727 2 ปีที่แล้ว

    Nice but I''m confused at the pathfinding part
    how does it work?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      finds nearest torso, but for some reason it worked in the recording but not in game

  • @nurazislam8992
    @nurazislam8992 2 ปีที่แล้ว

    also, another question is that does the delete body parts when dead server script service also work on the v.1 version?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      yuh, cuz it aint on the nextbot, only the player.

  • @junkability4819
    @junkability4819 2 ปีที่แล้ว

    the nextbots kinda suck they randomly get all slow so slow that you can run away from them at 9 walkspeed. they will clip through the safezone walls randomly. They will ingnore you after you die also.

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      my fault, im makin an update

  • @WillGaming23
    @WillGaming23 2 ปีที่แล้ว

    When I play and the nextbots kill me 3 times they just stop moving can you tell me how to fix this?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      glitch idk why srry
      my fault

  • @viperstreams9422
    @viperstreams9422 2 ปีที่แล้ว

    Hello, I have a bit of a problem here, When i go in multiplayer or Solo, the delete body parts script doesnt work, Do you know how to fix this bug?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      serverscriptservice

    • @viperstreams9422
      @viperstreams9422 2 ปีที่แล้ว

      @@Graphik i putted it in the server script service, but it doesnt work please tell me.

  • @sortishh
    @sortishh 2 ปีที่แล้ว

    the momentum mod removes animations, fix??

  • @KiloisNotThatGuyStill
    @KiloisNotThatGuyStill 2 ปีที่แล้ว

    I have a question can u do it whith diffrint maps?

  • @cyanuranus6456
    @cyanuranus6456 ปีที่แล้ว

    I Want NextBots as Transparent Images with Colorful Weird Scary Faces/Achromatic-Colored Weird Scary Faces with Covered in Multicolored Smokes/Achromatic-Colored Smokes. Being Roblox Doors 2D Ghost Entities

  • @2safe159
    @2safe159 2 ปีที่แล้ว

    Why does the nextbot slow down after a while or stop

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      robloz pathfinding sucks

  • @adok123-e3l
    @adok123-e3l 2 ปีที่แล้ว

    Change the lighting technology to future

  • @Somebody-zn3jh
    @Somebody-zn3jh 2 ปีที่แล้ว

    how did you get the nicos nexbots map?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      toolbox

    • @Somebody-zn3jh
      @Somebody-zn3jh 2 ปีที่แล้ว

      @@Graphik yeah i found out how to get it awhile ago lol

  • @iaiaushhdhd
    @iaiaushhdhd 2 ปีที่แล้ว

    how can i make when the play jump get more speed then goes away
    this will really make my game look good

  • @Kayne_jay272
    @Kayne_jay272 2 ปีที่แล้ว

    why does my nextbots follow one person i have everything, delete body parts when die in alot of people it still dont work how do i fix this? i they kill the player but they stop moving and they wait until the player spawns

    • @Kayne_jay272
      @Kayne_jay272 2 ปีที่แล้ว

      even tho when they kill the person they freeze please tell me how to fix this problem :(

    • @Graphik
      @Graphik  2 ปีที่แล้ว +1

      ITS A BUG IDK HOW TO FIX TRUST ME I HAVE THE SAME PROBLEM, i cant figure this out so use the v1.2

    • @Kayne_jay272
      @Kayne_jay272 2 ปีที่แล้ว

      @@Graphik ok so the v1.2 can follow everyone?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      @@Kayne_jay272 yea

  • @Donpollo1321_epecante
    @Donpollo1321_epecante 2 ปีที่แล้ว

    Hey! Can you try making a flash light like nico’s nextbot? With the ring effect on it thanks!

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      i do.

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      in the description

  • @fizz2272
    @fizz2272 2 ปีที่แล้ว

    I have 2 questions do they respawn and if they do how can I make them respawn where I want to

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      idk if it works atm sorry.

  • @tom-df4mi
    @tom-df4mi 2 ปีที่แล้ว

    how did you place the original nextbots map?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      search in toolbox

    • @tom-df4mi
      @tom-df4mi 2 ปีที่แล้ว

      @@Graphik doesnt come up

  • @Rifqiduta
    @Rifqiduta 2 ปีที่แล้ว

    Ty

  • @its_mee6567
    @its_mee6567 2 ปีที่แล้ว

    Can you tell me how to do nico nextbot running sistemy?

  • @goblokanjing95
    @goblokanjing95 2 ปีที่แล้ว

    Sometimes the nextbot becomes really slow when they go inside something (like building, door entrancss etc something like that) is there a fix to it

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      do they get stuk?

    • @goblokanjing95
      @goblokanjing95 2 ปีที่แล้ว

      @@Graphik they dont get stuck, they still chase you but slower

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      @@goblokanjing95 no fix, but if you can find a fix that'll be real great!

  • @lostbanana7268
    @lostbanana7268 2 ปีที่แล้ว

    Can U Fix The Imagine Folder And Sound If I Put The Imagine And Sound Won't Load Please Fox That

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      wha?

  • @Windstair
    @Windstair 2 ปีที่แล้ว

    im sorry to say this but i have to delete the v1 ;(, but hey! atleast i have nextbot v1.1 thats fine right?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      yup

    • @artemdotrains35
      @artemdotrains35 2 ปีที่แล้ว

      @@Graphik why i have only ignore and respawn where torso did go

  • @joeplayzgames2625
    @joeplayzgames2625 2 ปีที่แล้ว

    FINALLY

  • @StingyDenizo
    @StingyDenizo 2 ปีที่แล้ว

    the Delete Body Party Script Doesnt Work if i die they just stop and if i play Mutliplayer They all only follow 1 Person its Very Very Broken

  • @KLAPPANRAPPA7481
    @KLAPPANRAPPA7481 2 ปีที่แล้ว

    btw can you make a safe zone tutorial because i didn't really understand the insturtions

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      get my collision groups script and put it in serverscriptservice, then get 4 parts in workspace and set their collision group to 3 in properties, so now, you can go through it, but npcs cant.

    • @fortniteog_yt8039
      @fortniteog_yt8039 2 ปีที่แล้ว +1

      @@Graphik still doesn't work.

  • @youexistinallrealities
    @youexistinallrealities 2 ปีที่แล้ว

    Where does the Bhop and Flashlight go?

    • @youexistinallrealities
      @youexistinallrealities 2 ปีที่แล้ว

      As well as the Delete Parts When Killed and the Forcefield Time Limiter?

    • @youexistinallrealities
      @youexistinallrealities 2 ปีที่แล้ว

      Update: Nevermind, I found out how to do it.
      Another issue is that how do I put audios on the bot?

    • @youexistinallrealities
      @youexistinallrealities 2 ปีที่แล้ว

      Another thing too, is that when I get killed by the bot, the health bar glitches sometimes, also still can't figure out where the bhop and flash go.

    • @youexistinallrealities
      @youexistinallrealities 2 ปีที่แล้ว

      Update: Sound has been located.

  • @aireekoi
    @aireekoi 2 ปีที่แล้ว

    how do i make the part so only players can collide?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      i made a vid!

  • @sihmahastuti2558
    @sihmahastuti2558 2 ปีที่แล้ว

    Later make a nextbot using Billboard on head

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      i did

  • @lino_viloria
    @lino_viloria 2 ปีที่แล้ว

    I have a problem, if there is only one player in the game, everything is fine, but when using it in multiplayer, the bot only follows the last person who connected to the game and not the closest

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      thats not how my script is programmed, can you maybe show what you mean? in a video or sumthing?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      i wanna know because its supposed to follow the nearest root part

    • @lino_viloria
      @lino_viloria 2 ปีที่แล้ว

      i will try with the new version, if that happens again i will say you.

    • @EggyKhuu
      @EggyKhuu 2 ปีที่แล้ว

      Happened to me, used this rather 1.2, I even removed the Lock script and it still targets/locks on forever on the person who joined last.

    • @naptuness
      @naptuness 2 ปีที่แล้ว

      @@EggyKhuu hold up eggy what chu doin here?

  • @Canadianm0nke
    @Canadianm0nke 2 ปีที่แล้ว

    the health bar and almost everything else didn't work do I have do anything to make it work?

    • @Graphik
      @Graphik  2 ปีที่แล้ว +1

      read the models.

    • @Graphik
      @Graphik  2 ปีที่แล้ว +1

      do everything they say (in the title) and model groups. (ungroup when it correct instance)

    • @Canadianm0nke
      @Canadianm0nke 2 ปีที่แล้ว

      Thank you

  • @omaygot69420
    @omaygot69420 2 ปีที่แล้ว

    the nextbot sometimes get slower how u fix that?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      roblox pathfinding sucks no fix

  • @not_cannon
    @not_cannon 2 ปีที่แล้ว +1

    🤣🤣🤣 tutorial about: How to use toolbox correctly 🤓🤓

  • @marionotsonicnot9410
    @marionotsonicnot9410 2 ปีที่แล้ว

    yooooo

  • @BendyFan1929
    @BendyFan1929 2 ปีที่แล้ว

    some off the links say This item is not currently for sale

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      fixed lol

  • @aidenmarpohl8419
    @aidenmarpohl8419 2 ปีที่แล้ว

    whenever I get killed it doesn't go after me

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      bug, use my other model for now.

  • @LapidusSFM
    @LapidusSFM 2 ปีที่แล้ว

    I don't u derstand what You mean at the last part with kill brick and safezone thing, and ive been trying to figure out how to do what You mean, but i just don't get it😭😭, do u have discord or something kuz i'm so confused 😭😭😭🥲😫

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      so basically
      create a cage out of four parts that are invisible and have cancollide false OR use collision groups
      then, but a killbrick where the nextbots hitbox can hit, but not the player inside the cage so the nextbot wont kill people in the cage
      thats it

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      put*

  • @fish6398
    @fish6398 2 ปีที่แล้ว

    When i put the Momentum mod in starter gui the character has no animation at all.

    • @fish6398
      @fish6398 2 ปีที่แล้ว

      Video of the bug: th-cam.com/video/yr1Wc0TNm0A/w-d-xo.html

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      its not a bug, like in the video I MENTIONED SPECIFICALLY IT CANCELS YOUR ANIMATIONS because of a jump mechanic.

  • @4stardenzel
    @4stardenzel 2 ปีที่แล้ว

    When I die and I Respawn when I see one they are just frozen and not moving

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      bug, i dont have a fix sorry! use my other model for now.

  • @MangoeyYT
    @MangoeyYT 2 ปีที่แล้ว

    the healthbar dosent work when i die it just keeps on regenerating

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      yea, thats hwo healthbars work

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      i think your talking about a sprint bar

  • @Ambush-roblox1166
    @Ambush-roblox1166 2 ปีที่แล้ว

    whats different between V1 and V1.1

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      better pathfinding

  • @jaxriddle3209
    @jaxriddle3209 2 ปีที่แล้ว

    i got the gmod health script its on my explorer but not on my game help

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      starter gui

  • @davistylee
    @davistylee 2 ปีที่แล้ว

    how i can make a nextbot open doors?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      workin

  • @YummyCacitos
    @YummyCacitos 2 ปีที่แล้ว

    Where do I get the building??

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      toolbox, search nicos nextbots map

  • @LukinStrella
    @LukinStrella 2 ปีที่แล้ว

    Can you make a nextbots that can open doors?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      use collision groups, (read the desc of my model in description of this vid)

    • @LukinStrella
      @LukinStrella 2 ปีที่แล้ว

      How about jumpscares?

  • @Whatatoad
    @Whatatoad 2 ปีที่แล้ว

    can the bot automatically open the doors??

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      no but if you set the collision group to 3 on the doors, and you use the collision group script i have, the bot can go through the doors but you need to open it, no animation yet.

    • @Whatatoad
      @Whatatoad 2 ปีที่แล้ว

      @@Graphik thx

    • @Whatatoad
      @Whatatoad 2 ปีที่แล้ว

      @@Graphik one more thing when my nextbot game is done can you please play it? and make a review you don't have to if want

  • @GMDAstral
    @GMDAstral 2 ปีที่แล้ว

    Can You make Jumpscare Pls?

  • @pinkaxkernab
    @pinkaxkernab 2 ปีที่แล้ว

    How can I make the next to bigger like nicos nextbots€

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      i mentioned it in the video, curvesize and width

    • @pinkaxkernab
      @pinkaxkernab 2 ปีที่แล้ว

      @@Graphik ok

  • @robe1274
    @robe1274 2 ปีที่แล้ว

    How do you get nico nextbot map

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      toolbox

    • @robe1274
      @robe1274 2 ปีที่แล้ว

      What kind a tool

  • @AzureBoi13
    @AzureBoi13 2 ปีที่แล้ว

    How to Run and slide?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      wait for the vid im workin on it

  • @AzureBoi13
    @AzureBoi13 2 ปีที่แล้ว

    Question, Are you a boy or a girl because I don't even get it

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      im a boy
      lololol
      prnouns are diff

    • @AzureBoi13
      @AzureBoi13 2 ปีที่แล้ว

      Ah ok, because your voice was like a girl 💀

  • @RoCkO555
    @RoCkO555 2 ปีที่แล้ว

    how do i make the nextbot as big as nicos bots

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      i mentioned in video

    • @RoCkO555
      @RoCkO555 2 ปีที่แล้ว

      @@Graphik oh yh lol also for the doors can i make it so its one door like there is one prompt thing but it opens BOTH doors i tried to do it my self but coudnt so can u tell me how or make a new model anyway good video

  • @KindaBadToast
    @KindaBadToast 2 ปีที่แล้ว

    the nextbot isnt following me

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      the nextbot wont follow you if there is no way to get to you without jumping, so you have to make a way for it to get up to you without jumpng.

    • @KindaBadToast
      @KindaBadToast 2 ปีที่แล้ว

      @@Graphik I think this was a problem with the bug on line 117 cause I was in a pretty flat area also do I only set one chase script for wandering to be true?

  • @IvanCubby
    @IvanCubby 2 ปีที่แล้ว

    When I reset with bunnyhop script it’s stuck

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      hm

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      i dont think it doesnt work

  • @robe1274
    @robe1274 2 ปีที่แล้ว

    Idk what toolbox for nico nextbot map

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      just search in models

  • @liltrey3167
    @liltrey3167 2 ปีที่แล้ว

    whats the map called

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      nicos nextbot map

    • @liltrey3167
      @liltrey3167 2 ปีที่แล้ว

      @@Graphik thx

  • @kitchaputchamnantv3330
    @kitchaputchamnantv3330 2 ปีที่แล้ว

    How you map

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      toolbox.

  • @marionotsonicnot9410
    @marionotsonicnot9410 2 ปีที่แล้ว

    Some models are not for sale so that's sad

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      fixed it

  • @xXpeep2
    @xXpeep2 2 ปีที่แล้ว

    How do you make the map?

    • @Rifqiduta
      @Rifqiduta 2 ปีที่แล้ว

      Toolbox search gm_mallparking

    • @Rifqiduta
      @Rifqiduta 2 ปีที่แล้ว

      I mean gm_mallparking

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      or nicos nextbot map

    • @WorstChanged
      @WorstChanged 2 ปีที่แล้ว

      but delete the bots folder if there is

  • @Funky_Fellow
    @Funky_Fellow 2 ปีที่แล้ว

    how do i add sound?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      go in torso one and paste the sound id in the sound instance

    • @Funky_Fellow
      @Funky_Fellow 2 ปีที่แล้ว

      @@Graphik okay thank you!

  • @bannana9777
    @bannana9777 2 ปีที่แล้ว

    some links are not for sale :(

    • @Graphik
      @Graphik  2 ปีที่แล้ว +1

      fixed

  • @KI_NGbob
    @KI_NGbob 2 ปีที่แล้ว

    how to add music?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      go to the torso and find the sound

  • @Blueteam-to2mz
    @Blueteam-to2mz 2 ปีที่แล้ว

    Is the nextbot able to go through closed doors?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      use collision groups, (read the desc of my model in description of this vid)

    • @friendlygames6784
      @friendlygames6784 2 ปีที่แล้ว

      @@Graphik number? i did everysingle number but the bot just stand like its waiting for me

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      3, you need the bot to be fast though

    • @friendlygames6784
      @friendlygames6784 2 ปีที่แล้ว

      Cool

  • @JaanlovesMusicProduction
    @JaanlovesMusicProduction 2 ปีที่แล้ว

    The links aren’t off sale

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      fixed

  • @Jowanoofy_ZO
    @Jowanoofy_ZO 2 ปีที่แล้ว

    I know how to make nextbot walk animation.

    • @Graphik
      @Graphik  2 ปีที่แล้ว +1

      same.

  • @bloxxarman
    @bloxxarman 2 ปีที่แล้ว

    bot doesnt chase me after it kills me :/

    • @bloxxarman
      @bloxxarman 2 ปีที่แล้ว

      and i found a mistake with the AI chase :/

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      the nextbot wont follow you if there is no way to get to you without jumping, so you have to make a way for it to get up to you without jumping.

    • @bloxxarman
      @bloxxarman 2 ปีที่แล้ว

      @@Graphik it was completely flat baseplate so i think its a scripting problem

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      @@bloxxarman same i just had that problem i cant find a fix for it oh no

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      srry

  • @dumb_kingboy1904
    @dumb_kingboy1904 2 ปีที่แล้ว

    How to script?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      wha?

    • @dumb_kingboy1904
      @dumb_kingboy1904 2 ปีที่แล้ว

      @@Graphik can you make a video on a pushable door like in the nico nextbot? Idk how to add sound and animation when I pushed the door

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      @@dumb_kingboy1904 ill try

  • @StingyDenizo
    @StingyDenizo 2 ปีที่แล้ว

    oh and your inv is hidden

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      wha?

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      no? check the description.

    • @StingyDenizo
      @StingyDenizo 2 ปีที่แล้ว

      @@Graphik oh ok

  • @iaiaushhdhd
    @iaiaushhdhd 2 ปีที่แล้ว

    how can i make when the play jump get more speed then goes away
    this will really make my game look good

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      new vid soon!

    • @iaiaushhdhd
      @iaiaushhdhd 2 ปีที่แล้ว

      @@Graphik ok

  • @IvanCubby
    @IvanCubby 2 ปีที่แล้ว

    Why when you add bunny jump script and when I reset it stuck

    • @Graphik
      @Graphik  2 ปีที่แล้ว

      huh?