Pro Scripter vs Roblox AI... (Should you be Worried?)

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2023
  • Check out my asset store! (Free Stuff to!): shoprobuilder.com/
    RoBuilder Games (second Channel): / @robuildergames8563
    RoBuilder Discord
    - / discord
    RoBuilder Fan Shirt
    - www.roblox.com/catalog/642374...
    - Thanks for watching! Discord -- / discord

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

  • @_zhaf
    @_zhaf 7 หลายเดือนก่อน +195

    It is useless when u asking an AI for scripts and have 0 knowledge about scripting

    • @FrogKing831
      @FrogKing831 7 หลายเดือนก่อน +5

      What are you yapping about

    • @enziiiiiiiii
      @enziiiiiiiii 7 หลายเดือนก่อน +55

      @@FrogKing831 he means if you dont have basic knowledge of scripting the AI is basically useless because you will get a lot of errors with the AI

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

      @@enziiiiiiiii yes as a part time roblox dev ai its only good to use if u can’t find ur error ai can find it

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

      Okay thanks since I had no clue what that meant 😂

    • @blocksir6698
      @blocksir6698 7 หลายเดือนก่อน +3

      That’s true. You need to give a lot of information to the AI for the script to work. Also it can’t do advanced scripts like at all

  • @kaynbread
    @kaynbread 4 หลายเดือนก่อน +17

    I like how you put subtitles for everything you say, but not any subtitles for when Robo talks (i can barely understand him)

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

      I don't think he understood him either 😂

  • @TooIstep
    @TooIstep 7 หลายเดือนก่อน +62

    AI Has definitely came a long way, and its more reliable when it comes to scripting, but I still dont think we should be worried about AI. AI Would be a good tool to get the job done faster instead of just using it with no scripting knowledge. To use this AI you'd have to understand basic LUA and errors.

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

      🤓

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

      ​@@epicgamer11717 thanks for the compliment

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

      🤓@@TooIstep

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

      sup mommy@@TooIstep

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

    As someone considered to be a “Pro scripter”, in my experience AI will not take our jobs anytime soon because anytime I make a game using only AI it never works, I only use it when my scripts don’t work I always put it in AI asking for ideas to fix the script.

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

    9:40 The problem is that the part is not defined. It is trying to use part.Parent but I think it meant to use script.Parent and the breakjoints() is supposed to break the weld for the chair but there is no weld on the chair and is basically useless because it is anchored

  • @xvmpzz5032
    @xvmpzz5032 7 หลายเดือนก่อน +16

    Hey! these are my versions of the script aswell , "local KillPart = workspace:FindFirstChild("Part")
    local function onTouch(input)

    Character = input.Parent
    Humanoid = Character:FindFirstChid("Humanoid")

    if Humanoid then
    Humanoid.Health = 0
    end
    end
    KillPart.Touched:Connect(onTouch)"
    This is such a easier way of doing it ^^

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

      not sure why you had to use FindFirstChild to get the part, could have just done workspace.Part

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

      Your right , im just very used to typing it out like that , thanks though ill start doinf that from now on!
      @@yal1621

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

      my version (the best obv). typed this here in the yt comment section btw
      script.Parent.Touched:Connect(function(otherPart: Instance): void -- typing!!! I love it
      local character = otherPart:FindFirstAncestorOfClass("Model") -- the parent of the touched part won't always be the character, and although this model still might not be, it's better than just otherPart.Parent
      local humanoid = character:FindFirstChild("Humanoid")
      if character and humanoid then
      humanoid.Health = 0
      end
      end)
      also, since I'm not using studio to make this, I'm not sure but I think character:Destroy() also works, so shorter and simpler but again Idk

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

      ​@@qwerty_qwertywhat no char destroy wont work it just deletes the model or kinda i think the camera just stays frozen
      Pd: it deletes it and locks the parent, so it cant be restored, i think only way is to use loadcharacter on the player whose character was disconnected and removed

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

      thats such a long way of doing it
      script.parent.touched:connect(function(hit)
      if hit.parent:findfirstchild("Humanoid") then
      hit.parent:findfirstchild("Humanoid").health = 0
      of course u could use variables but i do it this way

  • @PineBloxx
    @PineBloxx 7 หลายเดือนก่อน +9

    AI right now isn’t that bad for developers. Sure it can make cool GFX and simple codes but it’s not better than a human could do…yet

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

      The gfx don't look nearly as good as the real thing, not even CLOSEEEEE. Its super buggy and glitchy, and thats good for GFX designers like myself.

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

      open na noor

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

      The problem with ai gfx is it cannot make it of specific characters so you would have to get a gfx artist

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

    Saw you talk about wanting to make this video on last stream. And it turned out to be another banger video

  • @user-pf1vz4uw7q
    @user-pf1vz4uw7q 7 หลายเดือนก่อน +3

    Question:
    How do you build things that are to the scale of the character I have been struggling making building and houses to the scale of a player.

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

      You can take a rig to scale it, just put the rig next to your creation and compare the scale (rig are like the character of a player)

  • @1QU_RST
    @1QU_RST 7 หลายเดือนก่อน +3

    Cool Video! I really think it just depends how you word the prompt and how well it understands it. And I agree with you need atleast some scripting knowledge before using the AI.

  • @Bryanzilla
    @Bryanzilla 7 หลายเดือนก่อน +4

    Question, why do mediocre games, like very casual and reskinned, even rip off of rip off tends to be popular than quality games in roblox? I am a bit concerned on games that were given effort not being give the recognition they deserve, does this thought also affect your game that you are developing in some way?

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

      I think it's because most of popular games are played by kids who prefer playing a low effort game made for kids than a good game which took lots of time to make and have original ideas.
      Also people don't know how much time the good games take to make, they can't know because they're not developers.

    • @OverSimplifiedScripting
      @OverSimplifiedScripting 7 หลายเดือนก่อน +3

      Bright colors and popular trends attract children like a moth to a flame.

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

      @@gunipotys you do have a point, they are still young so they don't know how to make a game yet

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

      @@OverSimplifiedScripting tons of flashy games tbh

    • @kkk-gf6sj
      @kkk-gf6sj 4 หลายเดือนก่อน

      Cuz they're more fun

  • @Ephicxx
    @Ephicxx 7 หลายเดือนก่อน +5

    Question: Do you think A.I is going to take your job as a modeler?

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

      It prob won’t it’s very rare to see AI create 3D models and if it can it will be hard cus u won’t be able to create items from specific shows and stuff

  • @squigglesz
    @squigglesz 13 วันที่ผ่านมา +1

    as a programmer myself, AI will never beat the brains of theyre creators, the problem with ai is that when you script you need to think of a idea originally if you want to code a game yourself. some times ways people script unlocks more complex ideas
    but with ai they can only learn by what they are given and ai still doesnt have even the understanding of a 3 year old since it cant do stuff in its own way it can only do things that people teach it to do, so yeah humans win, unless someone makes an ai with ideas they will not beat us humans.

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

    i think ai is very useful for people that are new to script, but a little knowledge is still required. ty for the video, this was a so interesting. new sub

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

    Is the scripting done in Roblox studios? If it is, is that some sort of add-on that explains what you type or is that a base function? I have never tried scripting in Roblox before, but I do understand some basic similarities between programs languages. If Roblox studios gives tips on the program your writing, then it doesn’t seem to hard to learn. I may try scripting in Roblox studios later.

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

    i really love the new roblox assistant, it helps me out a ton

  • @TheRealPolishSoldier
    @TheRealPolishSoldier 7 หลายเดือนก่อน +3

    Question: can you tell me how to advertise my game without robux?

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

    Would be nice to see more videos like this one ❤

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

    NAH BRO TRY THE BING AI USING PRECISE OPTION, ITS SO GOOD I ASK IT TO MAKE A DAY AND NIGHT CYCLE AND IT DOES ITS SO GOOD

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

    I tested the AI and its actually really good at stuff
    what it made was
    A Board that can be summoned by pressing F when you click R the board goes to your location and follows you around when you hold Q it goes up and when you hold e it goes down when you press T you get teleported to the board which has a teleport animation using tweenservice and stuff and then you click Z u can send the board to your mouse when you click C you can change modes for the board Q and E now resize the board
    -- It did take a while for the ai to correct it and there werent errors just no checks which i had to specify for the ai to do

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

    15:44 i love that

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

    Hey robuilder, i got a problem. I’m trying to do a 6k robux commision but i can’t import any 3d models from import 3d object. It says something like “error, try again and report if this keeps happening” this happend yesterdary. Do you know what’s wrong

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

      u don't worry about that I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want

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

    question: will you extend the offer?

  • @user-pf1vz4uw7q
    @user-pf1vz4uw7q 7 หลายเดือนก่อน +1

    I love your vids RoBuilderkeep up the great work

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

    When is robo gonna fix his tycoon kit ( I haven’t forgotten mate )

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

    0:20 why you get rid of the subtitles as soon as robo talks lol

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

    AI coding a scary game VS a pro scripter, and you make map?

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

    For new people, AI is better(I have a working but boring game and I know nothing in the scripting department) but pro scripters have way more capabilities and don't have to do deal with useless yapping from ai

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

    I mean like in my opinion it’s not useful for a normal person as it messes up like a lot of times and ofc it can generate with like a killer prompt, but a normal person doesn’t know that 😅 I feel it makes SCRIPTER job easy? As they can generate main of it faster ngl.
    Team agree
    👇

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

      I liked my own comment ig

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

    How to access Roblox ai assistance it is not showing in my.

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

    guys can anyone tell me how he made his 2:04 roblox studio like that the search onject the writting and all

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

    Amazing Video as always!

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

    thats very cool and very scary at the same time.

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

    Wow! liked robo font! can you ask him what is his font?😮❤

  • @yal1621
    @yal1621 7 หลายเดือนก่อน +15

    some constructive criticism for robo!
    on the first script, there was no reason to get the player instead of the humanoid, getting the humanoid would not just be easier, but also make the killbrick work for any npcs you may have in the game.
    for the second script, there was really no reason to put that end bit in a task.spawn function, when .touched fires it automatically creates a new thread anyway. if you really HAD to make a new thread you could have just used task.delay instead of task.spawn + task.wait
    for the third one, robo is doing an extremely bad practice, as hes setting the parent of the new instance within instance.new(), instead of manually setting the parent after you've set the position and etc. Im not getting into detail on why this is bad, you can find reasons online pretty easily
    fourth one is mostly fine but there's still a few issues. instead of defining the chair variable as script.Parent.Parent, you could have just done seat.Parent. also, there was no reason to use pairs() in that for loop, it would have worked fine without it. you could have also used :Once() instead of :Connect() as the chair is only going to unanchor once
    fifth is fine, probably how I would have done it, it's just that you copied the touch detection from the killbrick, which I said was flawed (use humanoid over plr)

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

      You got discord?

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

      @@IsaihaRapid why

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

      I do not see why on the 2nd script you would use task.spawn with a task.wait, task.delay exist for a reason...

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

      @@IceMinisterq yea, thats why i said "you could have just used task.delay instead of task.spawn + task.wait"

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

      @@yal1621Woops mb i read it too fast, tho his pro scripter is a little wacky...

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

    Question: Why does almost every video involve a Q&A?

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

    There is 2 problem about ai taking in roblox its that alot of people would lose ther job also getting robux would be very common which means robux would be cheaper and other games are gonna make ther gamepasses cost more basically inflation but in roblox

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

    9:37 pretty sure the chair had to be welded together and not anchored. Still the ai technically failed

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

    4:58 How do he have textourse when you click on leaderboard

  • @iOxdev
    @iOxdev 7 หลายเดือนก่อน +3

    I think AI Has come along way but I don't think it will match the uniqueness of our scripting (I am not a scripter) Ai neither has the imaginaton as us humans I would say It can help you but not do it entirely. ❤ ❤ Keep in mind I am not a scripter I just think this
    edit : it can do cool gfx and help sometimes with codes but It could become better then us at some things

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

    Noticed the chair thing in the background started to move 14:56

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

    "Professional" sure.. These are easy questions a toddler can even create

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

    I kinda get how AI is helpful, but to take what creative geniuses have to offer on platforms and make that somewhat assessable to people might get annoying. I feel like creators that actually have talent should be respected and make game development mostly user generated.

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

      Here's how I see it: I want to make a game. I don't know how to script. I can either spend a long time learning how to script (not happening), or hire someone who can script (expensive).

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

    i have 0 knowledge of scripting and i asked ai to make that when you touch a part a gui saying : thanks for playing pop up and then it kicks you after 5 seconds and it all worked

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

    I made a AI write a Phyton code (forgot the name) And it gave A lot of errors 💀

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

    I only use ai for scripts when my teacher is on vacation and I have an update deadline to do something I don’t know how to script

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

    i think the ai is very practical if you have some basic scripting knowledge

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

    when is the asssinst rolling out for everyone

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

    Honestly, I don't think we should be worried about AI taking scripters jobs if it can't make a simple script without errors.

  • @TheMrShowerMan
    @TheMrShowerMan 7 หลายเดือนก่อน +16

    Here's my opinion on each of the rounds:
    FIrst Round:
    The AI won in the first challenge as Rebuilder asked for the programmer to "Make a Kill Part" which by definition should kill anything that touches it. While the AI did do this successfully by looking for anything that has a humanoid and setting the humanoids health to 0, I can't say the same about Robo as he made a kill part that specifically looks for if the model that touched it is a player then killing it, completely disregarding NPC's.
    Second Round:
    In the second round Robo won the round. This is solely due to the fact that the AI had an oversight where if the part was larger and the player triggered multiple touch events on the part it would glitch out and constantly swap between a fast walk speed and a slow walk speed, and when the player steps off of the part the player would instantly lose their walk speed. On the other side Robo's approach was still flawed but less so, so I would give it to Robo. (It's to be noted that the language on RoBuilder's task was very vague, so I assumed that the timer should start once the player fully stepped off of the part, and restarted when going back on to avoid visual issues)
    Round Three:
    In the third round the AI won, even though it had an error. While most of the logic was there for the AI it had the one issue where it was looking for a part to replicate when ever the player pressed the main part, this issue was quickly fixed by robuilder (but not really in the most efficent way). On the other hand Robo lost easily as the task was completely misinterpreted even with quite clear instructions.
    Round Four:
    In the fourth round Robo won by a land slide. To sum it up, the AI's code was riddled with flaws from using depricated methods like BreakJoints (Which also assumes that the chair is welded and not anchored which completely goes against the prompt given) and it assumed that the Instance:PropertyChangedSignal(property) would fire a parameter like BasePart.Touched, which if you check the documentation is completely wrong. While on the other side Robo gave a near flawless piece of code to unanchor each of the parts of the chair when sat on.
    Round Five:
    In the fifth round Robo won again, mainly due to the fact that Robo's code worked and the AI was trying to use method's that didn't even exist in the documentation.

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

      Great opinions imo

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

      You have a great future

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

    the ai assistant is CHEEKS.. chat GPT plus ON TOP!!! I've made like 10 unfinished games just testing stuff out and some are semi comlicated that I wouuld never be able to do without Chat GPT.

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

    Day 12: Asking RoBuilder How Roblox Algorythm Works

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

    Lol i actually learned Lua in this video!

  • @SneakyyBoxing
    @SneakyyBoxing 7 หลายเดือนก่อน +3

    don't worry scripters. I tried this out too it's good for the simple scripts but when you ask for something just a little bit difficult it gets it wrong. so don't worry and like robuilder said a pro is always the way to go

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

      no, robuilder's prompts are just trash. AI can easily script very advanced concepts using the correct prompts. You could even provide an entire API reference for AI to read and then give a prompt based on that. My point is that you need to be half decent at scripting before AI is useful

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

      @@simvoid4347 i’m saying about the prompts i told it, not robuilder’s.

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

      @@SneakyyBoxing then you probably dont have a good understanding of scripting and gave it trash prompts 🤷

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

      ​@@simvoid4347I Agree Roblox was founded for a vision and now Generative AI became that what it's founder wanted so yea it makes sense that they have made it better so that we don't get confused in it + They also made this AI so we can learn more about Lua and get Helped in Scripts from Basic to Advanced scripts like Lua Armour and in my opinion if it can code Lua Armour scripts it's just op.
      If you still need better results you need to become a prompt expert or prompt engineer (kinda)

  • @numbers._.
    @numbers._. 7 หลายเดือนก่อน +1

    Question for robuder: Question?

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

    As a wise man once said if you are scared that ai will take your job then you are not that good at what you are doing

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

    bru tried making the ai make a script and it told me to google it. then it told me it dont understand. L chat GPT it is.

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

    Robuilder pls make another video about pro versus AI 😊

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

    Robo programs in a unique style from mine, but is very talented.

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

    Bro i started scripting 7 days ago, now ai is taking it away, i think i might leave roblox forever😢

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

      don't worry ai is actually VERY BAD at scripting

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

    Question:How to make a game more fun?

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

      Try making games that you enjoy, or a popular theme

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

      Add gameplay features

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

    My thoughts as a beginner Roblox scripter: How can the AI not be able to code some easy scripts when it is being fed the entire API? (Fix your AI Roblox 💀)
    AI: OK, here's the code (it doesn't work)
    Me: This is so easy

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

    ai is good as automatization for workflow, as an idea.
    but the realization just sucks imo

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

    how to open that ai?

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

      Click file, "Beta Features", scroll until you find "Assistant Preview, click the little box to the left of it, then press save

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

    No because AI simply can’t think like a person, it uses data and predicts. AI is impressive and useful as a professional coder however.

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

    question: Is making an Obby a great way for me to learn modelling and scripting?
    (for starters)

    • @ProCodeGaming
      @ProCodeGaming 7 หลายเดือนก่อน +3

      In my opinion, it could be, especially for scripting. Spinning parts, kill parts, checkpoints, and UI are some very simple things you can script that can teach you stuff such as loops, events, (and CFrames!). For modeling, it may not be the best project for that case, but you can still use Blender for props and ramps. So in my opinion, yes.

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

      thank you for your opinion!@@ProCodeGaming

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

      ​@@gamewithog No problem!

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

    There are some things that AI cannot do and scripters would be great at that I bet. So no, you should not be worried about them taking our jobs.

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

    can someone maybe say me whitch font he is using to script?

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

      ehhh u just move in I'll introducing AI CHAT DEEPAI the AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want

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

    damn im doing a project for my university on ai use in game creation, wish i knew about this it would have been fun tow write about. But even before watching the video i bet the conclusion is "its a great tool for a programmer, but you still need knowledge of programming to use it"

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

    FINISH YOUR DREAM GAME and can u make cool ugc for the game too I want to play SOOOOOO BAD

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

    Make ai versus you in blender modeling😂

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

    ai is really good but it might still be good to learn scripting aswell just like a calculator you need to understand how it works to use it
    edit: its only for if it doesnt work other then that its good for learning from

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

    woo

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

    Funfact: "Robo" or just "Robô" means Robot in portuguese, soo.. ARE BOTH AI??? 🤨🤨 /j

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

    When it comes to intertwined system human will always win, hell in terms of how clean code is human will win

  • @Redo-it
    @Redo-it 7 หลายเดือนก่อน

    W

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

    Mr Rabbit approves this video

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

    THERES 2 FUCKING PARTSSSSS NAMED PARTTTT

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

    Roblox ai is trash I remember one time I was scripting and I just wanted the ai to finish the the 3 ends at the bottom (at some point I accidentally deleted them) and it said something like elseif print (“goofyaa”) if Humanoid,health = 0 (for context I just randomly named the script goofy aa script)

  • @LuminousSerendipity-kd3iu
    @LuminousSerendipity-kd3iu 7 หลายเดือนก่อน

    Day 2: Question: Could you pls make a new section in your store and we can buy it with robux because I would love to help you out and also I love the things you make but I don't have paypal and my parents won't let me buy things with cash. But I have robux and I think that even more people could buy some. EXEMPLE: For lets say a chocolate cookie, you put the buy now and below a link of the model that we could buy it

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

    Robo has a german accent

  • @iamyou-tf4hl
    @iamyou-tf4hl 7 หลายเดือนก่อน

    GUYS why is Db = {} and NOT Db = false?

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

      Cuz you want create debounce for each player diffrent if you use db = false instead making table for each players, that's no sense cuz if Player1 touch the part he get speedboost but if Player2 touch the part the part still have debounce so the boost not gonna work for Player2 only when Player1 lost their boost and debounce back to true

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

    Ai is too weak for more than 40 lines of code, I know because I tested. And without help it locks up already at 20 lines XD

  • @_TechMaster_
    @_TechMaster_ 7 หลายเดือนก่อน +4

    Hi

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

      Can you Make me a roblox map and it has events

    • @Drago-jk2kn
      @Drago-jk2kn 7 หลายเดือนก่อน +2

      ​@@_TechMaster_ima wish you luck.

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

      @@Drago-jk2kn Thanks

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

    wow

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

    Pls do more

  • @ChromaticMc-dezznut
    @ChromaticMc-dezznut 7 หลายเดือนก่อน

    ok

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

    yes

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

    he is german i think he sounds like it

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

    I’m Worrired

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

    4 MINUTES AGO 23 LIKES

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

    uhh can you make me a game?

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

    do more ai vids

  • @00MrMenace
    @00MrMenace 7 หลายเดือนก่อน +1

    10 minutes gang
    👇👇👇

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

    People that want to create their game won’t use AI, it’s better to use real life scripters.

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

      Only problem one will want to get paid other don't

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

    Day 9 I've waiting for your reply from discord
    banana

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

    Its better to ask chatgpt💀☠️

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

    you copied my video

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

    Lteboxe

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

    naaa robo