I MADE A ROBLOX GAME USING CHATGPT...

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2023
  • In today's video, Sharky attempts to make an obby game in Roblox with...ChatGPT! Watch the video to find out how it ends! If you find this video entertaining, make sure to give it a like, share with your friends and subscribe to become a fellow Sharkster! 🦈
    MY DISCORD SERVER: / discord
    Music:
    Marshmallow (Prod. by Lukrembo)
    Link :
    • lukrembo - marshmallow...
  • เกม

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

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

    man you are realy underrated only 400 subs?!? keep up good work bud!

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

      Thank you so much!

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

    my suggestions:
    turn on dark mode
    turn off light mode

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

    1:58 you chould just do part.anchored = true

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

      Yeah....😥

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

      ​@@sharkythe1st1 no worries, when I started scripting I did the same thing too, that's when I learn from my mistake

    • @user-jp2on3go7n
      @user-jp2on3go7n 26 วันที่ผ่านมา

      U Can Even Click The Anchor Thing In Top Of Ur Roblox Studio

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

    1:55 you could just click Properties in the bottom right of your screen in the part and then select Anchored checkbox.

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

      or he could have said in the code instead of anchored = true say: PartName.anchored = true

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

      i know its too

  • @AidanGamesYT
    @AidanGamesYT 4 หลายเดือนก่อน +2

    underated content :)

    • @sharkythe1st1
      @sharkythe1st1  4 หลายเดือนก่อน +2

      Thank you so much!

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

    5:59
    “I just want it to work, why won’t it-
    AAAAA-“

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

      AAAAHH!!!

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

      ehh 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

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

    one thing you can do is just send the script back tell gpt what issue your having and ask it to change the script with those issues in mind then read it over and see what changes it makes so you cna learn this is what im doing atm and i have made some pretty nice stuff so far learning more daily

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

    This video is too funny 😂

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

    Tip: most obbies work better with r6

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

    for the last obstale, i think you need to use the debris service, however, idk so much about debris lol

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

    it's got wrong typo in 4:12 if you analyze it.

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

    this is a nice video i hope you get famous someday
    Edit: im your 281 subscriber :)

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

      Thank you and thank you for subscribing! :D

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

    how do i have 565 subs and this guy has only like 400 😭
    but jokes aside, he needs more attention and im here to support him.
    keep going, you will make it big.

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

      Thank you so much!

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

    you dont have to rename all the lava jumps, just put them all in a folder or model, put a script inside the folder or model and use "for _, part in pairs(script.Parent:GetChildren()) do if part:IsA("Part") and part.Name == "LavaJump" then part.Touched:Connect(function(hit) hit.Parent.Humanoid.Health = 0 end end end)" i think

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

    At 4:56 you could of just change local killBrick = game.Workspace:WaitForChild(“LavaJump”) to local killBrick = script.Parent
    That would of made you not have to rename every part cus killBrick would just be the script’s parent

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

      Yeah...I literally don't know anything about scripting. I am trying to learn though!

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

      I can only really code in Javascript and Python, but even I know that. keep up the good work, tho.@@sharkythe1st1

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

      ​@@sharkythe1st1 I don't recommand doing that, it will be bad for the game performance, instead put all the lavaparts in a folder and make an for i,v in pairs loop that loops through the whole folder, you'll only need 1 script.
      for _,lavabricks in pairs(nameofthefolder) do
      lavabricks.Touched:Connect(function(hitPart)
      local hum = hitPart.Parent:FindFirstChild("Humanoid")
      if hum then
      hum.Health = 0
      end
      end)
      then
      --Note that should do it, did I help?

    • @user-jp2on3go7n
      @user-jp2on3go7n 26 วันที่ผ่านมา

      Script/Local Script

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

    Good content 🎉
    Keep it up!
    Hopefully you learn scripting haha😂
    Remember me when you are popular!

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

      Thank you! And will do!

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

    So underrated

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

      Thank you so much! :D

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

    if this works for anything you want this would be awesome

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

      It would! But at the same time you kinda do have to understand scripting.

  • @BobDenn-ie1du
    @BobDenn-ie1du หลายเดือนก่อน

    you can do script.parent.parent.Touched:connect(function(your part or anything) if part.Parent:findfristchild = "Humanoid"
    then part.Parent.Humanoid.Health = 0 end) and that it to create a killbrick

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

    to late but nice job :D keep up the goood work :D

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

      Thank you! But too late for what?

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

      To late to be the first hundred subs, also remember me when your famous (:

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

      @@RNG345 Thank you anyway! And I will remember you! :D

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

      ​​​@sharkythe1st1 Remember please I'm 210th sub or 211th like it didn't go up

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

    I think AI is becoming a bit too good

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

      I agree!

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

      Yeah should’ve had stuck with art

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

      For scripting, buttt peopele who dont understand how script works dont know where and how to place it@@KiDDREcOrdS

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

    this is amazing keep up the great content

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

      Thank you!

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

      can we play the game@@sharkythe1st1

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

      @@DJchicken899 I didn't actually publish the game since it kinda was broken. However in my next video which should be uploaded within a few days, I'll be publishing that one!

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

    4:52 or you could've used script.Parent for the kill part

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

    Hi I'm VerseVlogger and if you are interested in making this into a Devlog then I can make better models like the platforms and stuff
    I'm a beginner but I'm pretty good for a beginner (Btw its free you don't need to pay)

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

      Nah, I'm not really wanting to make this into a game really. Thanks for the offer though!

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

    maybe you should have anchored it so it wouldnt be on the floot

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

      Yeah, I could have done that in the script.

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

      @@sharkythe1st1it’s easier to just make it anchored

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

      @@FlyingBrains24 I thought I did.

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

    this sounds like it is an ai voice of Gamer M8

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

      I have been told before that I do sound like Gamer M8, but I'm not an AI of any kind.

  • @joelknuf3435
    @joelknuf3435 28 วันที่ผ่านมา

    4:57 ever heard of unions

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

      I have. But I'm stupid in present time.

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

    nice

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

    Scripting is very hard if you don’t know it, it took me about 1 year to figure out all the functions and a few other components to coding though i mostly was helped by a coder friend if somethings wrong with my code.

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

      Yeah. I have watched a few tutorials on it but so far I've just not got the grasp of it. It is literally like learning a different language, and saying stuff in a context you want.

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

    The part where the thing has to go under lava the ai should of used tween service

  • @FrozenWater-real
    @FrozenWater-real 20 วันที่ผ่านมา

    As a scripter, I’m disappointed at chatGPT, it can’t make a simple kill brick.

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

    🔥video

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

      Thank you so much!

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

    AI is actually good at this

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

      Yeah, it surprised me!

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

    i cant tell if ur mocking gamer m8 or not lmao, btw the reason it didnt work was cause u put Anchored = true and not script.Parent.Anchored = true

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

      No! I'm not mocking Gamer M8. Also thank you for the correction. XD

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

    273 subs!?
    *painful screaming indentifies*

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

      XD

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

      @@sharkythe1st1 didnt espect you to anwser out,

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

      @@ProBacon131 I try and reply to as many comments as I can! :D

  • @Aeso.o
    @Aeso.o 4 หลายเดือนก่อน

    im the 300th subscriber 0:20

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

      Thank you for subscribing! :D

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

    do you know how to create roblox game on phone can you teach me and keep going you can have 10 million subscriber if you hard work and i know you are hard working keep going

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

      Thank you so much! And no, unfortunately you can't make ROBLOX games on phone or even mobile.

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

      @@sharkythe1st1 thank you for saying that XD

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

    You’ve yet to learn alot 😭

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

    Hes a very good youtuber but hes not popular? Explain that

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

    this is sooo painful to watch as a scripter, especially when u changed the names of the parts in the lava part, when u couldve just done script.parent instead of game:getservice("workspace"):waitforchild("folderthing"):waitforchild("the part names")

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

      ...Oh.

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

      im not trying to hate lol i liked the video@@sharkythe1st1

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

      @@epicgamer11717 I know! It's just that because I spent ages naming every single lava jump when there was an easier way just...was painful as well for me. XD

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

      imagine how painful it was for a scripter to watch 😭@@sharkythe1st1

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

      just use collectionservice

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

    Why light mode

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

      Never thought to change it. XD

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

      @@sharkythe1st1fair

  • @Rector-ku5no
    @Rector-ku5no 2 หลายเดือนก่อน

    woooo 420 likes

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

    4:27 im not trying t be rude but that scripting was hard to watch - you could have just done script.parent bus the parent of the script is the thing you are talking about 😭

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

    100th like :)

  • @messengercreator
    @messengercreator 4 หลายเดือนก่อน +3

    just don't heart me ok BTW if u have still problem u just move in guys 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

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

      I find that vague and unconvincing.

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

      @@sharkythe1st1 ehh because if u saying unaware and illegal write of course deny that because he follow rules of Roblox examples can u write me code exploit deny

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

    This is just sad

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

      That it kept failing? XD

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

    0:02 You said gay not game

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

      It was the background noise remover that made it sound like that. It can over do it sometimes.

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

      Ok

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

    ur kinda underratted

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

      Thank you so much! :D

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

    script.Parent.Touched:Connect(function(Touching)
    local Humanoid = Touching.Parent:FindFirstChild("Humanoid")
    Humanoid.Health = 0
    end)