ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

how to make a nextbot in roblox studio :D [TURN ON SUBTITLES!!!!]

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2023
  • download the script cause dumb youtub moderations:
    www.mediafire....

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

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

    For anyone looking at this video and doesnt want to download the script, here's the script:
    chasing nextbot script:
    -- ok
    script.Parent.PrimaryPart:SetNetworkOwner(nil)
    local RunS = game:GetService('RunService')
    local PFS = game:GetService('PathfindingService')
    --local debris = game:GetService("Debris")
    local bot = script.Parent -- bot stuff
    local bhum = bot:WaitForChild('bot')
    local bhrp = bot:FindFirstChild('HumanoidRootPart')
    local cs = game:GetService("CollectionService")
    task.wait(1)
    local AgentParams = {
    AgentRadius = 0.25,
    AgentCanJump = true,
    AgentHeight = 5.0,
    WaypointSpacing = math.huge,
    Costs = {
    Door = 10
    }
    }
    local findPath = PFS:CreatePath(AgentParams)
    local actPath = PFS:CreatePath(AgentParams)
    local followedChar -- the one we are already following
    local char -- the one which we follow
    task.spawn(function()
    while script do
    task.wait(1)
    if bhrp.Velocity.Magnitude 0 then
    findPath:ComputeAsync(bhrp.Position, v.HumanoidRootPart.Position)
    if findPath.Status == Enum.PathStatus.Success then
    distance = 0
    for i,waypoint in ipairs(findPath:GetWaypoints()) do
    if i ~= 1 then
    distance = distance + (waypoint.Position - firstPos).Magnitude
    end
    if waypoint.Action == Enum.PathWaypointAction.Jump then
    if char ~= nil then
    bhum.Jump = true
    end
    end
    firstPos = waypoint.Position
    end
    if nearDist == nil then
    nearDist = distance
    nearChar = v
    else
    if distance < nearDist then
    nearDist = distance
    nearChar = v
    end
    end
    end
    else
    char = nil
    end
    end)
    end
    char = nearChar
    end
    end
    spawn(nearestChar)
    local count = 0
    RunS.Heartbeat:Connect(function()
    pcall(function()
    if char ~= nil and char:FindFirstChild("HumanoidRootPart") then
    local sight = checkSight(char)
    if sight == true then
    repeat task.wait()
    bhum:MoveTo(char.HumanoidRootPart.Position)
    until
    checkSight(char) == false or char == nil
    elseif sight == false then
    actPath:ComputeAsync(bhrp.Position, char.HumanoidRootPart.Position)
    for i,v in ipairs(actPath:GetWaypoints()) do
    if i ~= 1 then
    bhum:MoveTo(v.Position)
    bhum.MoveToFinished:Wait()
    end
    end
    end
    end
    end)
    end)
    kill script:
    function onTouched(Obj)
    local h = Obj.Parent:FindFirstChild("Humanoid")
    if h then
    h.Health = 0
    end
    end
    script.Parent.Touched:Connect(onTouched)

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

      your helpful dud

    • @kitapagaci813
      @kitapagaci813 9 หลายเดือนก่อน

      Thank you sooooo much

  • @juantuneado182
    @juantuneado182 5 หลายเดือนก่อน +1

    Omg, THANK YOU SO MUCH, This is the first Ai script that works for me!! I was trying to find for a long time a good Ai Script for my next bot game, You deserve more Support sir!!!

  • @rileylecaptain113
    @rileylecaptain113 ปีที่แล้ว +6

    thanks :D it works great, +1 subscriber

  • @tandyabimap-hv6fw
    @tandyabimap-hv6fw 10 หลายเดือนก่อน +3

    NextBots are Images Rotating in X Axis. BillBoard are Images Facing Camera

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

    I Can Choose Making NextBots as an Opinion in Roblox’s Game-Creating-System for Designing 2D Entities and Add Them in Doors. I’m Just Considering Myself as a Creative Roblox Doors 2D Entities Designer

  • @cherubsorbet
    @cherubsorbet 26 วันที่ผ่านมา

    Thank you SO SO SO much!! I just subscribed! And if you know how to can you make an npc that the nextbots can kill? It doesn’t have to be moving or anything it can just be standing there. It’s ok if you don’t know how though!

  • @XxEpik_XGamerX19
    @XxEpik_XGamerX19 หลายเดือนก่อน +1

    ty when my pc is fixed ima add my own entity

  • @tandyabimap-hv6fw
    @tandyabimap-hv6fw 10 หลายเดือนก่อน +4

    NextBots are Images Beams. BillBoard are Images Always Facing Camera

    • @spacepilotbradley3148
      @spacepilotbradley3148 5 หลายเดือนก่อน

      dude dont turn on always on top on billboard

    • @tandyabimap-hv6fw
      @tandyabimap-hv6fw 5 หลายเดือนก่อน

      @@spacepilotbradley3148 Huh?

    • @spacepilotbradley3148
      @spacepilotbradley3148 5 หลายเดือนก่อน

      yeah when you turn on "always on top" it will be forever on your camera but if you turn off on it then it will not be forever on your camera and you can see it when your not in the wall and the nextbot on other side

    • @Thechosenone-w1o
      @Thechosenone-w1o หลายเดือนก่อน

      Using beam images to make nextbots is stupid

  • @SmallPanda_
    @SmallPanda_ 12 วันที่ผ่านมา +1

    My nextbot isn’t moving but I unanchored it.. do you know why that is?
    Edit: I figured out why it was right after I edited this comment lol it’s because there was a part of the script that wasn’t supposed to be there

  • @BeratPolat-wt4en
    @BeratPolat-wt4en หลายเดือนก่อน

    Who wants sound with the nextbot?Heres the script : --serverScriptService.Script.And ur Sound
    local Sound = script:WaitForChild("Ur sound")
    local Players = game:GetService("Players")
    Players.PlayerAdded:Connect(function()
    Sound.Parent = workspace.UrBotsName
    Sound.Looped = true
    Sound:Play()
    end)

    • @softie2747
      @softie2747 หลายเดือนก่อน

      how do i put it with the script?

  • @bruh-j4o
    @bruh-j4o 8 หลายเดือนก่อน +1

    guuuyss i found the solution for the people that says that it dosent move, just unpin every part off the body and it will move!

    • @blue_patty
      @blue_patty 8 หลายเดือนก่อน +2

      What do you mean by letting them go?

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

    how to nextbot jumpscared?

  • @Buddy_gian251
    @Buddy_gian251 11 หลายเดือนก่อน +2

    whats the animate script when i import r6 avatar

  • @7even_timex
    @7even_timex 2 หลายเดือนก่อน

    Pls type in the script in the comments its taking so long to download

    • @stickman2002
      @stickman2002  2 หลายเดือนก่อน

      some dude put it in the comments try to find it because I'm too lazy

  • @ٴٴٴ-ص-خ
    @ٴٴٴ-ص-خ ปีที่แล้ว

    hey, i need a script that has a tool to control nextbots, can you make a video on how to make a tool that controls nextbot with screen effects and music?

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

      i am a bad scripter so i cant

  • @graycat_1
    @graycat_1 8 หลายเดือนก่อน

    dude i need that one website that let you edit images, i really need it

  • @Breakingbread65
    @Breakingbread65 6 หลายเดือนก่อน +1

    ty for helping but id didnt work

  • @TurtleMasterF
    @TurtleMasterF 3 วันที่ผ่านมา

    If I want to not instant kill how I change damage?

  • @bt3gaming434
    @bt3gaming434 7 หลายเดือนก่อน

    i unanchored all body parts i added the right parts of the script correctly for the nextbot to not move. any suggestions

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

    the image is too big. you must set billboard gui size to {15,0},{15,0} to make it more accurate

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

      it looks fine to me, plus it looks like the old nicos nextbot image size when there were only obunga,selene,yoshie,quandie

  • @greenfn37-sz8rr
    @greenfn37-sz8rr 11 วันที่ผ่านมา +1

    mine is not moving i did the same exact stuff

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

    e

  • @giorgigogola7765
    @giorgigogola7765 21 วันที่ผ่านมา

    sound is not working can someone help?

    • @stickman2002
      @stickman2002  21 วันที่ผ่านมา

      @@giorgigogola7765 the sound id?

  • @shtinkydudeNEW
    @shtinkydudeNEW 6 หลายเดือนก่อน

    it woulnt work i tried finding a rectangular r6 dummy that would work i tried r6 dummy run that didnt work so idk what im supposed to do

  • @subbingtoeveryoneisee829
    @subbingtoeveryoneisee829 6 หลายเดือนก่อน +1

    my stupid ass said rig editor was a plugin

    • @reallniko
      @reallniko 2 หลายเดือนก่อน

      SAME LOL

  • @sseuregi147
    @sseuregi147 หลายเดือนก่อน

    MAKE AN UPDATED VERSION PLELSHSHHSHDFSEESESZ

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

    it wont move. i checked all things. the humanoid root part was anchored but still did not work there's also a root hip that appeared upon opening torso or adding image bill board

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

      did you unanchor all the body parts?

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

      @@stickman2002 I unanchored everything, it's still not moving

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

      @@Apeironn87 hmm, you need the one with the rectangle block head thingy.

    • @Factskeeper123
      @Factskeeper123 8 หลายเดือนก่อน

      It happened to me too, remove the end of the script that says: kill script: and that mini part and then remove the beginning part that says: chasing nextbot script: --ok

    • @Factskeeper123
      @Factskeeper123 8 หลายเดือนก่อน

      and put the kill script part in another different script and boom

  • @zianJay-rk7ef
    @zianJay-rk7ef 3 หลายเดือนก่อน

    this so hard to make it but impossible!

  • @fairoozawing34
    @fairoozawing34 4 หลายเดือนก่อน

    How to make hitbox bigger tho me sub

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

    ¡Thanks!

  • @flaviasimonesantos
    @flaviasimonesantos 8 หลายเดือนก่อน +1

    Why is my nextbot not walking?

    • @Timothegamer
      @Timothegamer 3 หลายเดือนก่อน

      you anchored

  • @funky_stonks2695
    @funky_stonks2695 25 วันที่ผ่านมา

    my problem is very different. everything is ok but the image is not appearing can u help me?

    • @stickman2002
      @stickman2002  24 วันที่ผ่านมา

      hauh? maybe recheck billboardgui and imagelabel

    • @funky_stonks2695
      @funky_stonks2695 22 วันที่ผ่านมา

      @@stickman2002 yo thanks. i fixed that bug. also thanks for helping me with the nextbot :D

    • @stickman2002
      @stickman2002  22 วันที่ผ่านมา

      @@funky_stonks2695 np :D

  • @PrimeRBLX
    @PrimeRBLX 4 หลายเดือนก่อน +1

    uhh can u help me my nextbot is attacking npc's

    • @stickman2002
      @stickman2002  4 หลายเดือนก่อน

      oh thats just normal it attacks npcs

    • @user-d0on7know
      @user-d0on7know 4 หลายเดือนก่อน

      @@stickman2002Does that mean if you put more then 1 then they will attack eachother?

    • @stickman2002
      @stickman2002  4 หลายเดือนก่อน

      @@user-d0on7know no not like that sometimes the nextbots think that npcs are players. but nextbots dont kill eachother

    • @user-d0on7know
      @user-d0on7know 4 หลายเดือนก่อน

      @@stickman2002 oh

  • @ihavetopissreallybad
    @ihavetopissreallybad 4 หลายเดือนก่อน

    how do I change the distance it can chase you

  • @Groosminion
    @Groosminion 5 หลายเดือนก่อน

    HE USES WINDOWS 8.1!! what a goat

  • @croatiainanutshell9108
    @croatiainanutshell9108 5 หลายเดือนก่อน

    The kill command works, but The nextbot is not chasing me

    • @isdromar962
      @isdromar962 2 หลายเดือนก่อน

      yea its lag or something

  • @elon-bh7sx
    @elon-bh7sx 8 หลายเดือนก่อน

    this stuff usually douse not work for me

  • @content_deleted_unsubcribe
    @content_deleted_unsubcribe 5 หลายเดือนก่อน

    the script didn't work :(

  • @2f2f347
    @2f2f347 3 หลายเดือนก่อน

    what about a spawner for the nextbots, do we really need them?

  • @user-zv4et9ix4m
    @user-zv4et9ix4m 5 หลายเดือนก่อน

    the nextbot doesnt chase..

    • @banasospelon
      @banasospelon 5 หลายเดือนก่อน

      maybe he is shy

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

    How to change his speed?

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

      go to bot. scroll until you see walkspeed. and change it to whatever you want.

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

      @@stickman2002 Thank you!

  • @sub2tangyZ2
    @sub2tangyZ2 5 หลายเดือนก่อน

    the subtitles

  • @MadTurkMete
    @MadTurkMete 5 หลายเดือนก่อน

    00:00 abi jok ayib

  • @facupro833
    @facupro833 หลายเดือนก่อน

    I inserted the same audio ID but it doesn't work 😢

    • @stickman2002
      @stickman2002  23 วันที่ผ่านมา

      @@facupro833 boi its private it needs to be ur audio

  • @fairoozawing34
    @fairoozawing34 4 หลายเดือนก่อน +1

    how to add health to the nextbot?

    • @stickman2002
      @stickman2002  4 หลายเดือนก่อน

      go to bot. scroll until you see health. and change it to anything u want

    • @fairoozawing34
      @fairoozawing34 4 หลายเดือนก่อน

      thanks it works@@stickman2002

  • @azyh1112
    @azyh1112 4 หลายเดือนก่อน

    ima find dif tutorial its hard to do i cant see your mouse

    • @stickman2002
      @stickman2002  4 หลายเดือนก่อน

      oh yeah i forgot to turn on my mouse in the settings💀

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

    my bot is not moved

    • @AftonduGrau
      @AftonduGrau 5 หลายเดือนก่อน

      You may have made the same mistake as me, you have to separate the Scripts, one is for walking and the other is for death

  • @Sliezy
    @Sliezy 27 วันที่ผ่านมา

    How to make it more slower

    • @stickman2002
      @stickman2002  27 วันที่ผ่านมา

      @@Sliezy go to bot. scroll until you see walkspeed. then change it to whatever you want.

    • @Sliezy
      @Sliezy 27 วันที่ผ่านมา

      Thanks

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

    hi when i do r6 blocky its not rectangular its js a normal r6 avatar please help?

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

      search r6 dummy and you might see it but if no. just get the animation r6 dummy and delete the animation

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

      thank you, but also why wont the sound play when its moving or im playing, it works on the preview but not when im playing@@stickman2002

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

      @@alffishh did you locked looped and playing?

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

      yea thanks i already fixed it@@stickman2002

  • @Guest7oluh
    @Guest7oluh หลายเดือนก่อน

    Aint downloading this in my pc bro

    • @stickman2002
      @stickman2002  หลายเดือนก่อน

      @@Guest7oluh dont worry someone commented the whole script in comments :)

    • @Guest7oluh
      @Guest7oluh หลายเดือนก่อน

      @@stickman2002 np

  • @cool-mx1oc
    @cool-mx1oc ปีที่แล้ว +1

    i want gifs

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

      step 1: add a script to your nextbot's imagelabel. step 2: put frames step 3 your done

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

      @@stickman2002 how to put frames?

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

      @@stickman2002 The Nextbot looks white, could you make a video?

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

    Welcome to oss

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

      osu?

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

      osu!: Update avalable. Please update osu! to the main menu!
      Windows: Please update from Windows 8.1 to Windows 10 22H2!

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

      @@not_yoshmen nah it still works even im on windows 8.1

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

      Extention for windows 8.1 is no longer recieving updates. It still works. Even tho that its safe to use Windows 10 22H2 and windows 11 22H2.
      Windows 8 is no longer updating. But windows 8.1 is still running even windows 8. Windows 7 is still usable for pc but roblox no longer supports Windows 7

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

      @@stickman2002 dont mind him hes weird

  • @SkittleRBLX
    @SkittleRBLX 11 หลายเดือนก่อน

    Why would you use a dummy to make a nextbot?

    • @alaindecolongon
      @alaindecolongon 11 หลายเดือนก่อน

      Because it’s need same Nextbot like nicopattyb and now he begins to create his remake

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

    How do I fix the next bot stuttering

  • @LeonGuardiola
    @LeonGuardiola 4 หลายเดือนก่อน

    ĤØẄ

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

    whats the id for sound?

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

      sorry its private it has to be your audio

  • @beanfaceyum2030
    @beanfaceyum2030 2 หลายเดือนก่อน

    Kill script doesn’t work :(

    • @BasicallyTrollZilla
      @BasicallyTrollZilla 2 หลายเดือนก่อน

      just copy and paste this

    • @BasicallyTrollZilla
      @BasicallyTrollZilla 2 หลายเดือนก่อน

      function onTouched(Obj)
      local h = Obj.Parent:FindFirstChild("Humanoid")
      if h then
      h.Health = 0
      end
      end
      script.Parent.Touched:Connect(onTouched)

    • @Trainfan-nm1xm
      @Trainfan-nm1xm 29 วันที่ผ่านมา

      @@BasicallyTrollZilla kill script does not work even after typing that in another script. the output says: Touched is not a valid member of Model "Workspace.sillyface"

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

    I didn't even get the script 😭

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

      Nevermind I did it all so wrong 😭 sorry bro

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

    wait you cant put the script in the desc or comments?

  • @Crusaderverse
    @Crusaderverse 2 หลายเดือนก่อน

    cut

    • @stickman2002
      @stickman2002  2 หลายเดือนก่อน

      wdym

    • @Crusaderverse
      @Crusaderverse 2 หลายเดือนก่อน

      @@stickman2002 idek bro i fell asleep

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

    every script i try it wont work lol

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

      probably you have the new dummy r6 rig

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

    How can I make a kill sound :)

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

      ill make a tutorial

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

      @@stickman2002 Thanks 🥰🥰

  • @kallvirus
    @kallvirus 9 หลายเดือนก่อน +3

    where script?

    • @FrikinAfton
      @FrikinAfton 4 หลายเดือนก่อน

      Description

    • @FrikinAfton
      @FrikinAfton 4 หลายเดือนก่อน

      The dile

    • @FrikinAfton
      @FrikinAfton 4 หลายเดือนก่อน

      File

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

    Iooeo

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

    what is the sound id

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

      it's private, you need to make it your audio

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

      @@stickman2002 error

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

      @@crazy12577 bro you have to make the audio.

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

      @@stickman2002 I said there’s an error

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

      @@crazy12577 what error?

  • @Buddy_gian251
    @Buddy_gian251 11 หลายเดือนก่อน

    its not working

    • @stickman2002
      @stickman2002  11 หลายเดือนก่อน

      did your r6 rig come with the rectangle head

    • @Buddy_gian251
      @Buddy_gian251 11 หลายเดือนก่อน

      @@stickman2002 it came with a normal head, not rectangle and it came with animate local script

    • @Buddy_gian251
      @Buddy_gian251 11 หลายเดือนก่อน

      Even deleting mesh and animate local script doesn't work

    • @Buddy_gian251
      @Buddy_gian251 11 หลายเดือนก่อน

      @@stickman2002 even unanchoring everything is not working

    • @Buddy_gian251
      @Buddy_gian251 11 หลายเดือนก่อน

      I can move it without the kill script

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

    its not moving on me

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

      probably because you have the new dummy rig.

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

      it will not work when you didnt rename the humanoid to bot