3D platformer progress 9/29/2018

Поделиться
HTML-код
  • Опубликовано: 28 сен 2018
  • Follow me on Twitter for updates on my games:
    / tylermcbride
    Music used in this video:
    • Mystical Ninja Starrin...
    New stuff compared to previous video:
    -Dashing: When you land from a speedy move, you'll gain a speed boost that lasts for a short while or until you stop running.
    -Climbing: You can climb certain walls and move freely on their surfaces.
    -Swimming: You can swim on the surface of the water, and dive under. When underwater, you can perform a spin move to quickly zoom forward.
    -Other small tweaks and such.
  • КиноКино

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

  • @tolstartheking
    @tolstartheking Год назад +21

    I can’t believe this became Find Everything. So insane how long the base code existed for!

    • @MaybeMish
      @MaybeMish 5 месяцев назад +2

      Polyhex is just amazing

    • @That-1_Kid87
      @That-1_Kid87 5 месяцев назад +2

      ​@@MaybeMish fr I just bought the game

    • @joshuamott-ne6dy
      @joshuamott-ne6dy 4 месяца назад +1

      @@That-1_Kid87whats the game called

    • @z3ro_cores
      @z3ro_cores 4 месяца назад

      @@joshuamott-ne6dyfind everything

    • @That-1_Kid87
      @That-1_Kid87 3 месяца назад +1

      Find Everything

  • @tepigthepig3843
    @tepigthepig3843 5 лет назад +85

    super bomb survival 2 looks great
    *& KNUCKLES*

  • @burningbarn
    @burningbarn 5 лет назад +31

    The sound design is absolutely amazing!

  • @iwishforducks
    @iwishforducks 5 лет назад +136

    The character tilting when you're turning/running is so satisfying...

    • @0bid0_
      @0bid0_ 5 лет назад +3

      YES!!! Polyhex is my favorite creator!!!

    • @alexb1936
      @alexb1936 5 лет назад

      iwishforpie 1 YES!!!!!!

    • @FeleGB123
      @FeleGB123 4 года назад +1

      I have a script that does that, does anybody wants it?

    • @bloxington6751
      @bloxington6751 3 года назад

      @@FeleGB123 yes please

    • @FeleGB123
      @FeleGB123 3 года назад +3

      @NinjaPubg321 RBLX Create a Local Script on StarterCharacterScripts And paste this on it:
      function Lerp(a, b, t)
      return a + (b - a) * t
      end
      local STEP = 0.1
      local RunService = game:GetService("RunService")
      function getYaw(vec)
      return -math.atan2(vec.Z, vec.X) - math.pi/2
      end
      local lastFrameDir = script.Parent.HumanoidRootPart.CFrame.lookVector
      local lastDir = lastFrameDir
      local dir = lastDir
      local accum = 0
      local rollGoal = 0
      local roll = 0
      RunService.Stepped:Connect(function(t, dt)
      accum = accum + dt
      lastFrameDir = dir
      dir = script.Parent.HumanoidRootPart.CFrame.lookVector
      local angleDiff = getYaw(dir) - getYaw(lastFrameDir)
      angleDiff = (angleDiff + math.pi/2) % math.pi - math.pi/2
      local sign = angleDiff < 0 and -1 or 1
      if accum > STEP then
      local diff = 1 - lastDir:Dot(dir)
      rollGoal = diff * math.rad(40) * sign
      lastDir = dir
      accum = 0
      end
      roll = Lerp(roll, rollGoal, 0.2)
      script.Parent.LowerTorso.Root.Transform = script.Parent.LowerTorso.Root.Transform * CFrame.Angles(0, 0, roll)
      end)

  • @mober7430
    @mober7430 Год назад +7

    Wow! This became Find Everything!
    If I made this comment when the video came out it would’ve probably said “Roblox Adventure 4?”

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

    surprisingly this movement was implemented into find everything

  • @TheGamingWiccan
    @TheGamingWiccan 5 лет назад

    that was just so frickin satisfying to look at i am both figuratively and literally speechless also i am applaud by how you got your avatar to move around like it was from an actual 3d platformer and for anybody who is the slightest bit curious this is true talent, and dedication to ones craft at work here whatever the end product ends up being i eagerly look forward to being able to play it

  • @PhillipLarsen
    @PhillipLarsen 5 лет назад +4

    Oooooh this is exciting! My first time hearing about this, and I am not disappointed! Good on ya mate!

  • @goodroy55
    @goodroy55 5 лет назад +64

    proud of u bubby

  • @TheMaxGuy
    @TheMaxGuy 11 месяцев назад +2

    and this became the game we know today as "Find Everything"

  • @FlameingToxicSkull
    @FlameingToxicSkull 5 лет назад

    bro its looking fire. keep up the good work

  • @Justin7885
    @Justin7885 5 лет назад +5

    This gon be a masterpiece

  • @hexachord807
    @hexachord807 4 года назад

    looks cool, cant wait to see how this turns out

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

    im assuming that this was the basis for find everything

  • @Nokiah0
    @Nokiah0 5 лет назад

    Looks amazing!

  • @somerandomguyintheinternet
    @somerandomguyintheinternet 3 года назад

    God the movement looks so smooth

  • @omgkidw2729
    @omgkidw2729 5 лет назад

    Wow, this looks cool!

  • @Quionol
    @Quionol Месяц назад

    Insane how this became Find Everything. And this makes me feel old too as I was in 6th grade waiting for Roblox Adventure: Bot Conquest

  • @mathoe123
    @mathoe123 11 месяцев назад

    The fact that this is from 2018 is really cool

  • @brownspottedcat
    @brownspottedcat 5 лет назад

    thanks for the good water physics

  • @NeverEverTM
    @NeverEverTM 4 года назад

    Is so fluid and natural i love it

  • @nicholeswanson5487
    @nicholeswanson5487 4 года назад

    I love your games

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

    It all started with this and now 4 years later the early access is almost out

  • @delfino6275
    @delfino6275 5 лет назад

    Cant wait to play this!

  • @GrapeGuy
    @GrapeGuy 5 лет назад

    if you make this a real game then this will be a HUGE success!

  • @A_Flied_Fly
    @A_Flied_Fly 5 лет назад +4

    Oh my god.
    This looks so tight.
    Can't wait to play this.
    [also, good choice of music. fits better here than it does in the original ngl]

  • @themysteriousblood1508
    @themysteriousblood1508 5 лет назад +1

    looking good (looks like some inspiration from Super Mario 64 and Super Mario Odyssey which is a great thing!) looking forward to playing this looks like it'll be good!

  • @nottrash9034
    @nottrash9034 5 лет назад

    Keep going! I reckon one day I will be playing something pretty incredible from you.

  • @flamingfire1699
    @flamingfire1699 5 лет назад

    suggestion:
    not sure if you already are planning to do this, but:
    maybe you could do one of 2 things..
    1. allow players to choose whether or not to have R6 or R15 (the R6 option would lead to the player's movements being based on your original video, "Buildings! Jumping! Wow!")
    2. previous idea, except the settings are automatically set by what option the player has on their avatar tab

  • @aim1792
    @aim1792 5 лет назад

    looks like its gonna be great

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

    would be cool if the new kick in find everything was kinda like the kick here, It just seems really fun!

  • @d_dak1155
    @d_dak1155 5 лет назад

    Looks great

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

    polyhex's games have a certain style, its so cool

  • @weirdmusic246
    @weirdmusic246 5 лет назад

    cant wait to play this

  • @96blocks
    @96blocks Год назад +1

    dawg did some of these concepts make it into Find Everything??

  • @bowtieboy311
    @bowtieboy311 4 года назад

    This looks cool

  • @faceplant6880
    @faceplant6880 5 лет назад +2

    now this is epic

  • @nightmaresylv2037
    @nightmaresylv2037 5 лет назад

    hope this becomes an actual game, if so, then it's lit

  • @zurro4330
    @zurro4330 4 года назад +15

    Sad that you canceled the production on this game, I wish that you made a perk in Bomb Survival that makes you use these moves. That would be cool. : )

    • @tuz.8167
      @tuz.8167 3 года назад

      It’s a test of super roblox 64

    • @guuuuuuuuuuuuuuuuuuy
      @guuuuuuuuuuuuuuuuuuy 3 года назад

      If you would be able to use these moves in the game it will be easier

    • @guuuuuuuuuuuuuuuuuuy
      @guuuuuuuuuuuuuuuuuuy 3 года назад

      @@tuz.8167 really

    • @guest-590
      @guest-590 3 года назад

      @@guuuuuuuuuuuuuuuuuuy No.

    • @guest-590
      @guest-590 3 года назад +1

      @@tuz.8167 He was not doing a test of Super Roblox 64. He did not even put a name onto his project.

  • @paulywannacrack3r195
    @paulywannacrack3r195 5 лет назад +1

    reminds me of what you showcased to Roblox when they did that content creator spotlight on you years ago

  • @Bel0nar
    @Bel0nar 5 лет назад

    Is your new game about to come? I'm anxious

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

    looks like you used some of this for find everything?

  • @DJSlimeball
    @DJSlimeball 11 месяцев назад

    Please come back to some of the ideas in this video for Find Everything! Especially the swimming. ( :

  • @K3diii
    @K3diii 5 лет назад

    it seems like a robot 64 but it have more moves, animations and diferent physics and it have very much potential, its going to be free?

  • @havocomega8037
    @havocomega8037 4 года назад

    What method did you use to make a platform accessible from the bottom but not from the top?

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

    Now we know it’s end result.

  • @AlexwithaB
    @AlexwithaB 5 лет назад +1

    when do you think you'll release it???

  • @rosanasouza4367
    @rosanasouza4367 4 года назад

    Looks nice

  • @asfadsdsafds4303
    @asfadsdsafds4303 4 года назад

    one question
    can you backwards long jump in this if no then add it plz

  • @Icewallowcome012
    @Icewallowcome012 5 лет назад

    hell yeah, looks good

  • @Lean99999
    @Lean99999 8 месяцев назад +1

    Find everything will have water swimming system?

  • @chrisbloch1
    @chrisbloch1 4 года назад

    How did you make the little skid particles when you walk?

  • @Actually-Insane-
    @Actually-Insane- 4 года назад

    Please put the link to the game is the descripton. I would really like to play that.

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

    What code is this game written in? C#?

  • @randomgreatness2298
    @randomgreatness2298 5 лет назад

    How are people scripting the swimming without water terrain? It's done so often and it's upsetting I can't find any help on it.

  • @IGBwasTaken
    @IGBwasTaken 3 года назад

    this is epic

  • @zeroexe592
    @zeroexe592 5 лет назад +6

    i just hope he doesnt end up like explode1 his adventure forward 3 was gonna be amazing until something bad happen to him

  • @constantine6791
    @constantine6791 3 года назад

    How did u make the character from walking to running

  • @NotFunneMonke
    @NotFunneMonke 4 года назад +1

    How do u make games like this though

  • @LemonyPep
    @LemonyPep 3 года назад

    it's been 2 years can this be open sourced

  • @galonecash9676
    @galonecash9676 5 лет назад

    this a cool video!! i like it

  • @windthewinder705
    @windthewinder705 3 года назад

    When this game will come out :)?

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

    How do you make the footsteps particles?

  • @Travis_Mother4
    @Travis_Mother4 10 месяцев назад

    I want to make 3D dust particles in roblox studio like this. How can i make it?

  • @damiankobiaka9525
    @damiankobiaka9525 5 лет назад

    Is This will be other polyhex great game?

  • @aligningstarsstudios9697
    @aligningstarsstudios9697 6 месяцев назад

    Will there be enemies in your game

  • @FilmBucket
    @FilmBucket 3 года назад

    will this game ever be uploaded?

  • @CommonAmmo
    @CommonAmmo 3 года назад

    Petition to put wind of fjords in this game

  • @oogifer
    @oogifer 4 года назад

    How do you make the person do a turn when you turn?

  • @flamingfire1699
    @flamingfire1699 4 года назад

    Too bad we don't get to test these

  • @hasaniwu
    @hasaniwu 4 года назад +1

    I deadass want to continue this project. It has so much potential! I am trying to make a platformer like this but I barely know how to script :(

    • @ocelotplush1666
      @ocelotplush1666 3 года назад

      There is a platformer preset EgoMoose made. You can use that!
      www.roblox.com/games/2506819790/Platformer-movement

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

      I know im 2 years late, but they did in fact continue this project! the game is called find everything, a Mario twist on the “find the” genre. the game is in early access, and you gotta buy it for 250 robux, but trust me, it’s so worth it (fun fact: im the seventh person to truely complete the game)

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

      ​@@valiruko again??? well hi then

  • @stephenahn7866
    @stephenahn7866 4 года назад

    i love these kind of roblox games
    thats why i enjoyed egg hunt 2018

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

    Is this the Find Everything engine lol

  • @weegismrts
    @weegismrts 3 года назад

    Where do you get sound effects?

  • @andrewmichael9182
    @andrewmichael9182 4 года назад

    Polyhex, was the music you used for this game custom, or is it from another game. If its from another game, what is it called, I really like it

    • @polyhex
      @polyhex  4 года назад

      Song used for this video is in the description.

  • @Ks-ck2tz
    @Ks-ck2tz 5 лет назад

    Cool moves

  • @Derpy5637
    @Derpy5637 4 года назад

    Can this be playable because I really wanna play it

  • @manicreblex3949
    @manicreblex3949 4 года назад

    i wanna play now cause this game released a year ago. How tho?

  • @PurpleNation
    @PurpleNation 5 лет назад

    i swear if im not the first visit on this master piece...

  • @dimi_dr
    @dimi_dr 4 года назад

    When is this game available?

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

    If this is in SBS i would be screamming

  • @bastianandrade8825
    @bastianandrade8825 5 лет назад

    ¿You are working in another game?

  • @maxxguerra6163
    @maxxguerra6163 4 года назад

    super Mario oddesy at its finest

  • @mestdagfreddy2822
    @mestdagfreddy2822 3 года назад

    This game looks alot like mario 64 so far, the water texture even looks the same as that from robot 64.

  • @ThoughtSpinnr
    @ThoughtSpinnr 5 лет назад

    give me those sweet motion controls daddy polyhex

  • @leopg4548
    @leopg4548 4 года назад

    dude imagine if chad and polyhex combine their power to make a game

  • @kaytea42
    @kaytea42 5 лет назад

    So this year is about making n64 era type games

  • @asfadsdsafds4303
    @asfadsdsafds4303 3 года назад

    Congrats on the bloxy though

  • @CommonAmmo
    @CommonAmmo 3 года назад

    How can a guy get access to the testing area?

  • @Juic_d
    @Juic_d 5 лет назад

    Is it possible to triple speed kick?

  • @ftc2450
    @ftc2450 4 года назад +1

    If its like super roblox 64, I will be super happy

  • @wuukman1632
    @wuukman1632 3 года назад

    you could do a tutorial on how to jump on the walls in roblox studio

  • @Vercte
    @Vercte 3 года назад +5

    I know this is late, but is this project still going? I'm just wondering, this demo looks awesome.

    • @amoguslol
      @amoguslol 3 года назад +1

      Yes, The game is actually already released and it’s called Super Roblox 64 and this video is just showcasing the test.

    • @denalgenerosas5083
      @denalgenerosas5083 3 года назад

      @@amoguslol uhh which one again

    • @doggoanim
      @doggoanim 3 года назад

      @@amoguslol link plsssss

    • @therealspeedster3759
      @therealspeedster3759 3 года назад +1

      @@amoguslol yeah where’s the link for it

    • @persondoesstuff2188
      @persondoesstuff2188 3 года назад +1

      Give us the link already

  • @ergo_chris
    @ergo_chris 10 месяцев назад

    So, find everything movemment come from this!

  • @stickfiguregamer1446
    @stickfiguregamer1446 5 лет назад

    coooooollll soo releaxing

  • @kadbad8036
    @kadbad8036 3 года назад

    hat in time vibes

  • @baut7452
    @baut7452 3 года назад +1

    i wanna play that game but its closed

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

    Is it the process of find everything?

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

      Yes and no. Find Everything is a brand-new engine created by nomer888 & me. There are some snippets of code & assets reused from this project in Find Everything, though.

  • @peepsiee
    @peepsiee 3 года назад

    imagine this level of traversal with bigger super bomb survival maps.
    hoooooo

  • @baut7452
    @baut7452 3 года назад +1

    We never get to play it