Making Geometry Dash In Roblox

Sdílet
Vložit
  • čas přidán 9. 01. 2024
  • Kinda boring video for this one
    Game: www.roblox.com/games/15761380...
    Group: www.roblox.com/groups/3314533...

Komentáře • 411

  • @JimboRibz
    @JimboRibz  Před 4 měsíci +153

    The Geometry Dash Community Is Currently Out To Kill Me
    I have been kidnapped and forced to make level 2 and 3 easier for food

  • @misha_bloxor6549
    @misha_bloxor6549 Před 4 měsíci +34

    Now need to make roblox in geometry dash

    • @Geodasher4608
      @Geodasher4608 Před 4 měsíci +1

      Yessir

    • @faz6428
      @faz6428 Před 4 měsíci

      Spu7nix has been summoned

    • @Gabethedoggo
      @Gabethedoggo Před 4 měsíci

      we already have ToH in gd

    • @Kyle21371
      @Kyle21371 Před 3 měsíci

      ​@@Gabethedoggo? What level

    • @Lolipop_2763
      @Lolipop_2763 Před 3 měsíci +1

      With the new gradient feature that could be possible

  • @luksjutuber3558
    @luksjutuber3558 Před 4 měsíci +54

    The game is pretty good but the hitboxes can be a bit annoying, also for some reason sometimes jumping is delayed for me whenever i press spacebar. Otherwise i think you did a good job with it.
    UPDATE: booster pads for some reason sometimes just don't work or launch you too late, causing you to die, the jump between those two spikes in lvl 2 is a bit too hard and i'd recommend making it wider, also sometimes your cubes just randomly gets stuck to an invisible hitbox and dies to it.

  • @ChaoDee
    @ChaoDee Před 4 měsíci +11

    also sometimes pads don't work, you fly into the sky if you hit the edge of a block and many parts of the levels are like extreme demon difficulty just because of the physics + the hitbox

  • @Veddy1674
    @Veddy1674 Před 4 měsíci +15

    2:43 an AWESOME touch event alternative (for spheric shapes) is magnitude, exactly, you simply calculate the distance from the centre of the pad to any point in the circumference, (basically calculate radius lmao), you can use temporary attachments for that too, then you just make a localscript, and with the help of runservice.heartbeat() (yup, unluckely u have to check every frame, isn't the best but the touch timing is perfect), then you just get character root, and now talking about the radius thing of before, to do that, you basically do:
    local radius = (SphereAnyBorderPointPosition - SphereCenterPosition).Magnitude
    to get the distance between the player (specifically, player root), you do:
    local distance = SphereCenterPosition - root.Position
    if distance >= radius then
    -- player is outside the sphere/not touching it
    else
    -- player is touching/inside the sphere
    end
    btw sorry for bad english, not my main language :sob:

    • @Didyus
      @Didyus Před 3 měsíci +1

      Portly, abrupt Bart Simeon plodded through the citadel with a bearing of tension and anger that was like a tinderbox lying by a roadside waiting for a careless motorist to toss his or her cigarette butt out the window, most likely the passenger if the container lay on the right side of the road, or perhaps the driver with a brusque flick to the left, unless of course if they were in England, in which case it would be the opposite. - Anthony Hahn
      I knew that dame was damaged goods when she first sauntered in, and I don't mean lightly scratched and dented goods that a reputable merchant like Home Depot might offer in a clearly marked end display sale; no, she was more like the kind of flashy trashy plastic knockoff that always carries a child-choking hazard that no self-respecting 11-year-old Chinese sweat shop kids would ever call theirs.
      But pardon me great sire, my English vocabularic comprehension is not quite up to perfection.

    • @Veddy1674
      @Veddy1674 Před 3 měsíci +1

      @@Didyus well, honestly my english grades are almost all above 8.5/10 soo.. i just said that to justify myself in case of dumb mistakes lmao

    • @LateLucas
      @LateLucas Před 3 měsíci +1

      Awesome, people that actually know! Magnitude is correct

    • @Veddy1674
      @Veddy1674 Před 3 měsíci

      @@LateLucas not always its the best option though, if an interaction occurs rarely in the game then its maybe better to use touched, touchend and few of debounces depending on the case.. and to everyone reading this, you should use magnitude check inside a runservice, NOT a dum while true loop like youtuber kids teach nowaday, and NOT coroutines.. (while loops in new coroutines) because.. it still gives the while true lag, and the script and magnitude check should be in the object and not in the player, but that's just for better organisation

    • @LateLucas
      @LateLucas Před 3 měsíci

      @Veddy1674 true, thanks for clarifying. and yes I agree with you

  • @PurpleLegoPieces
    @PurpleLegoPieces Před 4 měsíci +5

    The jump pad should need another part inside them called "Hitbox"
    1. *Create a new part*
    *Weld them to the jump pad*
    2. *Use run service to update jump pad hitbox everytime or you could use while loops*
    3. *Then make the hitbox jumps the block*
    This is useful, because the touched event are slightly slow, run service are extremely fast it's good for updating stuff!

  • @dehapy
    @dehapy Před 4 měsíci +2

    I had this idea w a while back but wasn’t really sure how to make it. Nice vid bro 🔥

  • @johnlhendelfinado8970
    @johnlhendelfinado8970 Před 4 měsíci

    Love your video games. i played all of your games it was fun. jetpack joyriding was the most hardest to me. keep making games and videos ❤

  • @bobobo6rel
    @bobobo6rel Před 4 měsíci +5

    bugs: the response of control is very delayed, and it’s not my lag because i have a good phone, the delay is around 0.3-0.8 seconds and makes some jumps very hard especially the last level, this lag also applies to jump pads and sometimes it wont even register the touch, making the second level which has many of them rng based.
    when jumping too early on a block, it flings you upward and sometimes kills you.
    in the ship mode, touching the ceiling without spikes still kills you.
    because of the physics in this game, jumping on time can still be a death which is very visible in the last level.
    the hitboxes are also kind of unfair, you think you can make the jump but an odd hitbox kills you, my solution for the spike is to create a model with a small square, then add the original spike model on the outside with “can collide” off, then change the code to “if the player collides with the small box (instead of the whole model itself) then kill the player” just like how a real hitbox works!

  • @AireX72_GD
    @AireX72_GD Před 4 měsíci

    it's kinda sick tbh i like it a lot good job maan

  • @saturn893
    @saturn893 Před 4 měsíci

    your channel is so underrated how is it not at 100k yet

  • @RendumLiptang
    @RendumLiptang Před 4 měsíci +7

    2:53 You are 100% right, I sometimes just can’t continue my game. I’d recommend creating custom physics for better collision detection. Anyways, it is surprisingly stable.

    • @justsomeguy8597
      @justsomeguy8597 Před 4 měsíci

      raycasts are my new best friend after making physical bullets in roblox

    • @darkbentoy
      @darkbentoy Před 4 měsíci

      🤓

    • @RendumLiptang
      @RendumLiptang Před 4 měsíci

      @@darkbentoy People when someone knows how to make a game: N3rDDD 🤓🤓🤓🤓🤓🤓

    • @justsomeguy8597
      @justsomeguy8597 Před 4 měsíci

      @@darkbentoy watching a game dev video replying nerd emoji to comments what you expect lil buddy

    • @darkbentoy
      @darkbentoy Před 4 měsíci

      @@RendumLiptang 🤓

  • @veryepoc6949
    @veryepoc6949 Před 4 měsíci +1

    Been waitin for this!

  • @44Hd22
    @44Hd22 Před 4 měsíci +17

    1:07 the GD jumping animation feels like it requires math.
    1:44 the GD spike hitboxes are very weird but really smart.
    2:42 maybe you could add an event that adds extra velocity while you are in the area of the orb or just increase jump height temporarily.
    3:19 the ship has complex momentum I think but I never used roblox studio

  • @CopperCogStudio
    @CopperCogStudio Před 4 měsíci

    the orb problem can easily be solved by making a system where nearby orbs cast a ray every frame towards the cube's position, then when you press jump, you can check if orbs are nearby to jump again, additionally you can add something like coyote time to make them feel more responsive.

  • @zacchahboun4083
    @zacchahboun4083 Před 4 měsíci +1

    I love the slaughterhouse jump in the second level

  • @rhexicon
    @rhexicon Před 4 měsíci

    i recommend raycasting as the alternative to touch events, especially since they released a new type of raycasting, shapecasting!

  • @liam.o6775
    @liam.o6775 Před 4 měsíci +5

    There is one pixel missing is the cube 😡

  • @thebacongodfather777
    @thebacongodfather777 Před 4 měsíci +1

    5:53 the creator of this song is Parry Gripp, creator of raining tacos too. they have so many more songs besides that one like the sequel to raining tacos, hailing taquitos, and the 6 or so other versions

  • @SiimplyDejella_Lovesjesus
    @SiimplyDejella_Lovesjesus Před 3 měsíci

    I love it! I wish I could could like you!

  • @SLIM3_215
    @SLIM3_215 Před 4 měsíci

    you could add some scripts in the orb that check if the player is close enough and then check if they hit the spacebar instead of relying on touch. something like that. idk though.

  • @XcreatorGoal
    @XcreatorGoal Před 12 dny

    I just found about your channel, you got some real good humor man

  • @indekscard
    @indekscard Před 4 měsíci +8

    10:16 thank god someone else uses chatgpt for names and stuff
    i am not good at making names

  • @ItzWilld
    @ItzWilld Před 4 měsíci +3

    Honestly, I subbed to you, you are now one of my favorite youtubers.

  • @themikkomethod
    @themikkomethod Před 3 měsíci +1

    5:54 the same creator of its raining tacos (parry grip)

  • @GoldenCobruh
    @GoldenCobruh Před 4 měsíci +134

    Shape Slide

  • @Skittle_Brittle
    @Skittle_Brittle Před 4 měsíci

    I waited days for this to come out

  • @yassinhelaly4015
    @yassinhelaly4015 Před 4 měsíci

    Nice video I hope you have a wonderful day

  • @Fireboy49_YT
    @Fireboy49_YT Před 4 měsíci

    maybe you gonna add more level or a custom level that many people can make their own level
    EDIT: maybe add the new gamemode like ball, robot, wave and swing

  • @aSegull_Named_Toaster
    @aSegull_Named_Toaster Před 10 dny

    "who made that?" obviously says on the song; "Parry Gripp - chicken nugget dreamland"

  • @puggersxd_7420
    @puggersxd_7420 Před 24 dny

    WIth the floating orbs you might wanna make the ball 3x bigger then invisible then just a normal blank orb inside it. That way it looks normal and its more forgiving.

  • @ScarfyTarfy
    @ScarfyTarfy Před 4 měsíci +2

    I'm literally sitting here for an hour thinking about how to make something like this.

  • @Vchicage
    @Vchicage Před 4 měsíci

    Can you add hitboxes? That would be a nice improvement for the game

  • @stickmangames8478
    @stickmangames8478 Před 4 měsíci

    You can use raycast for the jump orbs maybe?

  • @Flick910
    @Flick910 Před 4 měsíci

    In the ship part, your like playing flappy bird lol

  • @Sonicthespeedster71
    @Sonicthespeedster71 Před 4 měsíci

    bro what is the song you used called for the first level bro imma finna listen to that 24/7

  • @BurritoBlox
    @BurritoBlox Před 4 měsíci

    Congrats on 8k

  • @RayNobbed
    @RayNobbed Před 4 měsíci

    this is...
    AMAZING.. :D

  • @Zemper31
    @Zemper31 Před 4 měsíci

    hey jimbo.im trying to become game dev but i just started and i making models(normal)so can i try help you?

  • @F.DJNFRANCOIS
    @F.DJNFRANCOIS Před 3 měsíci

    You are so good at making geometry dash in Roblox

  • @bogacub6079
    @bogacub6079 Před 4 měsíci +4

    playing this felt like chewing 5 gum
    probably one of the better gd games on roblox tho, nice :D

    • @GDFaked
      @GDFaked Před 4 měsíci

      Geometry Blox might be competing with that opinion

    • @firicel0072
      @firicel0072 Před 4 měsíci

      Poly dash is also a very good remake​@@GDFaked

  • @xastralmars
    @xastralmars Před 4 měsíci +1

    I kind of feel like I can add on to this game, could you make it uncopylocked, because I think that the game engine is pretty good

  • @SyncronedStuff
    @SyncronedStuff Před 4 měsíci +1

    Make the cube jump for 0.48 second, and make the jump rotation 180° without easing, also 0.48 seconds :)

  • @muhammadmaz8656
    @muhammadmaz8656 Před 3 měsíci +1

    Yooo thats kinda cool

  • @Jackaylo
    @Jackaylo Před 4 měsíci

    great place to practice geometry dash

  • @fraksans13
    @fraksans13 Před 4 měsíci +2

    Please add a menu for exiting instead of it just exiting by itself when you die, can you also add attempts? Also please remove whatever it is that kicks you when you die so you dont have to replay the level EVERY TIME you die

  • @electromuffin
    @electromuffin Před 4 měsíci +1

    1:55 you litterally just described the recent tab

  • @JurianErnnd
    @JurianErnnd Před 4 měsíci +1

    6:27 what is this? Flappy bird? 😂🦅

  • @TheBenefactorO1
    @TheBenefactorO1 Před 4 měsíci

    Really impressive

  • @TheColorOrang
    @TheColorOrang Před 4 měsíci +17

    my point stands

  • @nanobloxmsm
    @nanobloxmsm Před 3 měsíci

    JimboRibz your not the only one who spammed portals in the editor🤣

  • @WatIsDisMyGuy
    @WatIsDisMyGuy Před 3 měsíci

    Question, what are name songs you used in the game?

  • @SheekyDev
    @SheekyDev Před 21 dnem

    This is kind of cool

  • @mr.idoanimation
    @mr.idoanimation Před 4 měsíci +17

    he really said *”im not a pro coder”.* yet he’s over here making better game then *big games*

    • @youkedym
      @youkedym Před 4 měsíci +3

      What’s a big game? Like minecraft or tetris? Those are popular

    • @Ranomoly
      @Ranomoly Před 4 měsíci

      ​@@youkedym maybe big games like bloxfruit and pet simulator?

    • @youkedym
      @youkedym Před 4 měsíci +7

      what’s a blox fruit and why is someone simulating pets? Just buy one in real life.

    • @tornadoreaper
      @tornadoreaper Před 4 měsíci

      ​@@youkedymif you're trolling get out of CZcams

    • @youkedym
      @youkedym Před 4 měsíci +4

      what’s a “CZcams”? how do I tube?

  • @elizabethmoga790
    @elizabethmoga790 Před 4 měsíci

    5:54 , parry gripp made that, AKA The person who made its raining tacos

  • @Crachboss32
    @Crachboss32 Před 4 měsíci

    dude you can do the ship better all you need is y speed and you have to increase it by 1(or other number) every frame player is holding a mouse and decrease by same number every frame if the player is not holding mouse, you can get the number by random selection and if it's NOT PERFECT increase/decrease it to get the PERFECT number
    to fix cube rotation first you have to somehow get the number of degrees that the cube need to turn every frame it's not touching floor for turning exactly 180 degrees in jump from it's height to the same height, you can get it by random selection and if it's NOT CORRECT increase/decrease it to get the PERFECT number

  • @HarperTheCupcake
    @HarperTheCupcake Před 4 měsíci

    I see you being a successful Game developer in the future your doing great 🙂

  • @Captainendou
    @Captainendou Před 3 měsíci +1

    Can you make the cube a little smaller

  • @SmolGhost13
    @SmolGhost13 Před 4 měsíci +1

    now someone needs to make roblox in geometry dash

  • @pinaple2945
    @pinaple2945 Před 4 měsíci +1

    Yesss new jimbo game let’s goooooo!!!!!!!

    • @pinaple2945
      @pinaple2945 Před 4 měsíci

      Gonna beat it tommorow. Tried it it’s kinda 🔥

  • @CliveMSM
    @CliveMSM Před 4 měsíci

    Good keep it up but I DARE YOU MAKE A CHALLENGE GAME ABOUT ESCAPING THE MANSION I TRY TO MAKE THAT GAME BYT I FAILED AO I QUIT AND I DARE YOU TO AMKE IT FOR MW TO TEST IT PLSSSSS!!!!!

  • @yeswecan669
    @yeswecan669 Před 2 měsíci

    hiiiiiiiiiiiiiiiiiiiiiiii i love your game

  • @FireNationsX
    @FireNationsX Před 2 měsíci

    no can be this coder
    is the best coder
    yeyeye!

  • @teresitasomoza19
    @teresitasomoza19 Před 4 měsíci

    1:56 done worry your not alone :P

  • @BlueGD703
    @BlueGD703 Před 4 měsíci

    the game is cool but my issues are
    1. the hitboxes are too big
    2. if you jump at the edge of a slab you jump regardless of if you touch space or not
    3. the ship controls are wack

  • @fortniteog_yt8039
    @fortniteog_yt8039 Před 4 měsíci +1

    5:54, the one who created the raining tacos song...

  • @Creeper498
    @Creeper498 Před 4 měsíci

    I am thinking about making these in geometry dash, with credits.

  • @uglychiphead
    @uglychiphead Před 4 měsíci +1

    can you make a game about verbalase 50k incident

  • @arthurdab
    @arthurdab Před 4 měsíci

    Do detroit become human next

  • @gr3gr
    @gr3gr Před 4 měsíci

    can i help you build your games

  • @HowToMakes.
    @HowToMakes. Před 4 měsíci

    3:07 **cries in FIRE IN THE HOLE 🔥**

  • @TalonMallon
    @TalonMallon Před 4 měsíci

    Accidentally read that as making Roblox in Geometry Dash

  • @YeetoTheYeetafic
    @YeetoTheYeetafic Před 4 měsíci

    bro even got the music to match each section of the level

  • @Kyezy49
    @Kyezy49 Před 4 měsíci

    opposite video idea creating roblox in geometry dash

  • @donnabellcraig538
    @donnabellcraig538 Před 4 měsíci

    I will try it❤

  • @randomchannel-kh7oc
    @randomchannel-kh7oc Před 3 měsíci

    you forgot to create the effect after a player dies where they look like they are respawning but the player can still die

  • @r1ptify
    @r1ptify Před 4 měsíci

    imagine ur about to beat a top 1 in this gd remake and then u disconnect

  • @user-yg4cp1si8k
    @user-yg4cp1si8k Před 3 měsíci

    1:55 don`t worry i was doing it to when i had 300 hours in it when i was 9 (now i have over 2k hours lol)

  • @Maxprodarwin
    @Maxprodarwin Před 4 měsíci

    Can u make a lvl using the chicken nugget song?😂

  • @D4Rk5n0w
    @D4Rk5n0w Před 4 měsíci

    Do you think if you could actually make just a few 2.2 things in the next level or level 5? Like camera turning and wall switching, and a non 2.2 thing coins then another 2.2 thing last one is camera zoom in and out

  • @Jerematic999
    @Jerematic999 Před 4 měsíci

    *Jimbo* who made that?
    *Parrygrip* this guy doesn't know me

  • @user-xe4cs4jb1j
    @user-xe4cs4jb1j Před 26 dny

    How do you make players into a cube?

  • @Partitioncuz
    @Partitioncuz Před 4 měsíci

    Theres a bug where i started and i just fell out of tne map plz fix taht later alsa happy new year

  • @grajzyt.
    @grajzyt. Před 4 měsíci

    Geometry dash in starter gui 🔥🗣️

  • @HowToMakes.
    @HowToMakes. Před 4 měsíci

    1:14 **roblox yay sound effect**

  • @FunniClapboard
    @FunniClapboard Před 4 měsíci

    Polygon Run be hitting different 🥶🥶

    • @perkhunter_craig2304
      @perkhunter_craig2304 Před 4 měsíci

      Funny enough but there is a roblox GD called poly dash that is a pretty decent recreation of GD on roblox and is still being worked on😭

  • @class397official
    @class397official Před 3 měsíci

    best coder ever (no sarcasim)

  • @windybee666
    @windybee666 Před 4 měsíci

    every one in recent tab did portal spam atleast once

  • @4nevar
    @4nevar Před 4 měsíci

    Ok well now someone has to make roblox in geometry dash

  • @HowToMakes.
    @HowToMakes. Před 4 měsíci

    5:43 *WE MAKIN OUT OF THE KFC WITH THIS ONE🥶🥶💯💯🔥🔥💥💥🐥🐤🐤🐣*

  • @vampireflowerr
    @vampireflowerr Před 3 měsíci

    5:48 hes the guy who made the raining tacos song

  • @SilentGh0st7404
    @SilentGh0st7404 Před 3 měsíci +1

    6:21 Actually you're correct

  • @LazySkeleton74
    @LazySkeleton74 Před 4 měsíci +1

    1:56 Recent tab be like:

  • @coucoubobby_GD
    @coucoubobby_GD Před 4 měsíci

    the sneeze tho is how I sneeze

  • @Green_imposter_v4_play
    @Green_imposter_v4_play Před 4 měsíci

    Can you build fire in the hole in geometry dash?

  • @Cactus4573
    @Cactus4573 Před 4 měsíci

    Cool

  • @dannoseworthy1788
    @dannoseworthy1788 Před 4 měsíci

    Nice bro 🎉🎉🎉

  • @HowToMakes.
    @HowToMakes. Před 4 měsíci

    4:04 bros playing flappy bird

  • @ImXoilak
    @ImXoilak Před 2 měsíci

    Yeah, she's in love with the concept
    As if we're all just how she imagined
    'Cause we're in love, I just don't know it yet, huh
    Well, tell me how am I supposed to see the magic?
    'Cause I don't believe in it no more
    But I won't tell her
    'Cause I always imagined
    It's easier if she thinks she won
    So I'ma let her, and she said
    "I don't think I love you no more
    You never seem to call me lately"
    Girl, I don't think you know me at all
    'Cause I never thought I'd have to say this
    No I don't love you, and I never did
    Look at us burning down in flames for kicks
    But just know
    I'm not singing for your XO
    I'm just singing 'cause it's over
    Yeah, uh, yeah
    Came and went like the summer time
    Was that a sunset or sunrise?
    Looking back like, "Where'd the time go?"
    So much for trying to keep this moving slow
    'Cause I don't believe in her no more
    But I remember
    How we talked shit like we knew what we wanted
    I still remember what she said
    "I don't think I love you no more
    You never seem to call me lately"
    But I don't think she knew me at all
    'Cause I never thought I'd have to say this
    But I'm no liar, and I never hid anything
    You should've seen it coming to this
    Just know
    I'm not singing for an ex, though
    I'm just singing 'cause it's over, yeah

  • @F.DJNFRANCOIS
    @F.DJNFRANCOIS Před 3 měsíci

    And how is the gd c messing with you?