Adding ABILITIES and VFX to my Roblox Game | Roblox Devlog #2

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Make sure to subscribe to keep up with the series!

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

  • @vieHxti
    @vieHxti 9 месяцев назад +34

    as a small developer I apreciate that u are not fixing on specific things in ur game and trying to make it at the same lvl and then improve little by little. I failed so many times by finishing a game because I just got stuck on a specific thing and then abandoned everything

    • @shannersYT
      @shannersYT  9 месяцев назад +2

      Ik! I've started and quit a ton of projects just because I didn't know how to fix specific bugs and stuff like that. If I find a bug that I can fix, I'm gonna just put it aside for now.

  • @Jabdang
    @Jabdang 10 месяцев назад +1

    I REALLY Can't wait till this game get's finished. You're doing a great job. :)

  • @ageowned7854
    @ageowned7854 10 месяцев назад +7

    Good job brother, I hope you succeed with your college applications. It's nice to see a fellow developer being very motivated and never giving up on his dreams/creations. I've tried to make a lot of games but failed to succeed because of under-motivation.

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

      Thanks! All of the support in these videos is keeping me really motivated too.

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

      ​@@shannersYTYou created Blade Ball?

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

      ​@@The_interveiwerno ofc

    • @shannersYT
      @shannersYT  9 месяцев назад

      no haha Its just fun to play@@The_interveiwer

  • @user-ig8td7fl9n
    @user-ig8td7fl9n 10 месяцев назад +2

    Damn, its looking good so far, keep up the good work!

  • @srlorenzo1517
    @srlorenzo1517 9 месяцев назад +3

    There is a function that you can use on particle emitters that lets you emit a specified amount of particles at the same time from the script, so you could either use that to make a stomp effect or something like that, or maybe use it to make each individual shard emit particles at the start so it looks cleaner

    • @shannersYT
      @shannersYT  9 месяцев назад

      I’ll look into that. Thanks!

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

    Underrated and fun to watch

  • @_mekrob
    @_mekrob 10 месяцев назад +1

    W VID

  • @prodbyHUMBLE
    @prodbyHUMBLE 9 месяцев назад +3

    here's a tip for the dash system. instead of using wasd keys to control the direction of the dash, you can use character.Humanoid.MoveDirection.Unit as a direction for the dash. for example, if you used bodyvelocities, you could change the direction to that. if you used bodypositions, you could do bodyposition.Position = character.HumanoidRootPart.Position + character.Humanoid.MoveDirection * 30 or how far you want the dash to go. what i did for my game was turn the dash into a flash step to save time on animations so i don't have to script procedurally generated animations or make 180 different animations

    • @shannersYT
      @shannersYT  9 месяцев назад

      Thanks! This actually is better than what I have implemented so I’ll definitely come back and change that.

    • @akov3748
      @akov3748 9 месяцев назад

      😵😵😵😵😵😵😵😵 DInt think of that\
      :O

  • @ThatSanddude
    @ThatSanddude 9 месяцев назад +1

    Can't wait to try your game in future

  • @unlawfulspork21
    @unlawfulspork21 10 месяцев назад +1

    yay
    when this game comes out I will be the first person playing this game

  • @swine0
    @swine0 5 месяцев назад +1

    Lookin good! Keep it up.

  • @dinossaurotop2.148
    @dinossaurotop2.148 10 месяцев назад

    bro people like you give me motivation to keep going and try to be a dev

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

      That means a lot!

  • @CyberElementExrta
    @CyberElementExrta 9 месяцев назад +2

    OMG i am the 1 thousandth subcriber! i even go video proof

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

    Thats really cool, Keep going!

    • @shannersYT
      @shannersYT  10 месяцев назад +1

      I will!

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

      awesome!@@shannersYT

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

      @shannersYT
      btw I think you should also instead of just destroying the ice shards, slowly let them tween away.
      Example:
      game:GetService("TweenService"):Create(iceShard, TweenInfo.new(1, Enum.EasingStyle.Exponential, Enum.EasingDirection.InOut), {Transparency = 1}):Play() --to make them tween transparent in 1 second

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

    “What is underrated?-“
    This video pops up:

  • @MisterKrabss
    @MisterKrabss 9 месяцев назад

    great video keep up the good work

  • @config8640
    @config8640 9 месяцев назад

    I’m also a small developer and you inspire me. This was really cool stuff

  • @michaelwxn
    @michaelwxn 9 месяцев назад

    This is pretty cool

  • @potatotomato1193
    @potatotomato1193 9 месяцев назад

    Bro that looks sick i fr cant wait untill the game releases

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

    W vid

  • @PaperGameStudios
    @PaperGameStudios 9 месяцев назад

    Super cool stuff! I'm also learning how to make games in Roblox Studio. It's super inspiring to see how much success you're channel has

    • @shannersYT
      @shannersYT  9 месяцев назад +1

      Thanks! I would love to see your progress too!

  • @floridafire7
    @floridafire7 10 месяцев назад +1

    Should make the ice sickles slowly shrink in size rather than completely disappear, lil less jarring that way.

    • @shannersYT
      @shannersYT  10 месяцев назад +1

      When I come back to redo old Vfx once I’m better I’m planning on having them shatter when they disappear

  • @buvvrski
    @buvvrski 9 месяцев назад

    this looks really good, good job.

  • @VeeComets
    @VeeComets 9 месяцев назад

    This is very motivational, I had tried making games on Roblox but I didn't know how to script and less have what nessesary to model, so I give up. I am now trying to get a computer to start again what I gave up on

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

    Damm it looks good and good luck with college applications

  • @ItsVentane
    @ItsVentane 9 месяцев назад

    I remember few years ago tried making quite similar game, where you can use spells and fight.
    Though my knowledge was pretty much limited with making balls being shot in a direction, and then exploding.
    I had a spell where a huge meteor falls from the sky, making a big explosion which was instakill.
    Also had an spell that made a pool of lava Infront of you which damaged others.
    Maybe you'll take these ideas idk.

  • @Spooky.Studios
    @Spooky.Studios 9 месяцев назад

    i wish i was able to help you but i'm hella busy with other projects :sob:
    but anyways an idea:
    make your smoky effects fade away sooner so it fits the speed of your ability and make another function to find out which part is under the crystal you're creating and create rubble with the same material/properties and/or textures if it has any to make it look more realistic

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

    Yooo its me from the 1st “devlog” and i just wanna say you should have atleast 500K subs with this type of talent

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

      You guys are so nice 😭

  • @_mekrob
    @_mekrob 10 месяцев назад +1

    VERY IMPRESSIVE

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

      hop on

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

      we're playing rn

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

      Sorry i was jelqing with my egril@@aceyboob

  • @suuukunaAaa
    @suuukunaAaa 10 месяцев назад +1

    holy bro, keep up the work and you'll get famous in no time!

    • @shannersYT
      @shannersYT  10 месяцев назад +1

      Thank you sm!!

    • @suuukunaAaa
      @suuukunaAaa 10 месяцев назад +1

      can i give you a suggestion?
      suggestion:
      add skills for your scythe
      @@shannersYT

    • @shannersYT
      @shannersYT  10 месяцев назад +1

      @@suuukunaAaa I will!

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

    Inspiring

  • @Y.dot.
    @Y.dot. 10 месяцев назад

    imma hope this game comes any time soon
    🔥🔥❤❤

  • @elektro860
    @elektro860 9 месяцев назад

    You can port some shader properties via the SurfaceApearance thingy

  • @NovacStudios
    @NovacStudios 9 месяцев назад

    Amazing Content I Think you should extend how long your vids are for watch time reasons

    • @shannersYT
      @shannersYT  9 месяцев назад +1

      I definitely want to. I’m in the middle of college applications right now so I’m searching for the time to even make a video right now. I’m almost done with them though so I’ll be making longer videos soon!

    • @NovacStudios
      @NovacStudios 9 месяцев назад

      ok I Love the Dev logs 💖💖
      @@shannersYT

  • @nicknubbgaming
    @nicknubbgaming 9 месяцев назад

    this is the roblox dani

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

    Nice vid bro, I've been tryna to learn Blender myself recently!
    Also, I reckon opening a discord server in the future would be pretty beneficial for both ur game and for the community!

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

      Good idea! I might release one next video then.

  • @Wenndi_RBLX
    @Wenndi_RBLX 9 месяцев назад

    you should add some camera shake, some effects on the feet, and maybe fling the player when they get struck by ice strikes.

  • @akc288
    @akc288 9 месяцев назад

    you deserved a sub

  • @BlindnessMc
    @BlindnessMc 9 месяцев назад

    I think it would look better if you make a little ice floor under the attack so that it does not just look like ice shards just pop up from the ground

    • @shannersYT
      @shannersYT  9 месяцев назад

      Good idea! I’ll write that down for when I rework it

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

    Good vid you should also add some type of texture to the scythe and make it look more 3d

    • @shannersYT
      @shannersYT  10 месяцев назад +1

      That’s actually a really good idea. I’ll do that after I remodel it in blender

  • @RiotRBLX
    @RiotRBLX 9 месяцев назад

    When you come back to the ice maybe make the ice retract into the ground after a set amount of time

    • @shannersYT
      @shannersYT  9 месяцев назад

      In the future I think ima make them shatter

  • @vrfrenzy8451
    @vrfrenzy8451 9 месяцев назад

    is cool

  • @adgurkan
    @adgurkan 9 месяцев назад +1

    Yesss 2 is out

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

    The attack should have a slow intro into the ice, like the strongest battlegrounds for example. The skills have a bit of seconds before being executed, try putting that into your skill and it'll look smoother!

    • @shannersYT
      @shannersYT  10 месяцев назад +1

      I’ll add that’s soon!

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

      @@shannersYT u should also add some transparency to the particles before they disappear

  • @JaggyDev
    @JaggyDev 9 месяцев назад

    im also a fellow dev i like to make pvp, rpg, dungeon games like you prob hopefully i can collab or make an game with you

  • @aka_lux
    @aka_lux 9 месяцев назад

    I really suggest using tweens instead of tweaking the size of the parts, only because it looks smoother

  • @timetellnolies9425
    @timetellnolies9425 9 месяцев назад

    i feel like the ice fog should start before the ice thign so i can bloom more

    • @shannersYT
      @shannersYT  9 месяцев назад

      Actually good idea

  • @gigamaxYT
    @gigamaxYT 8 месяцев назад

    Its etfect world fit prefect with the styche

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

    id say make the ice less transparent, make the effects appear faster and lower on ground, maybe use a different texture for the ice and shrink the ice instead of it completely vanishing at the end of the move

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

      I plan on going back and reworking some of the vfx once I’m better at making them

  • @TheYouTubeRenegade
    @TheYouTubeRenegade 9 месяцев назад

    What if you added like a spinning snow attack that launches you upward? Kind of like whirlpool from Demon Slayer but snowified. Good luck with your college applications mate.

    • @shannersYT
      @shannersYT  9 месяцев назад

      Great suggestion I’ll write it down!

  • @CyberElementExrta
    @CyberElementExrta 9 месяцев назад +1

    2:47 question, is it solid or can players walk throught - just want to know because it seems like a cool defencive attack also

    • @shannersYT
      @shannersYT  9 месяцев назад +1

      I think you can walk though it now but that a good idea

  • @Jerry67O2
    @Jerry67O2 9 месяцев назад

    Again, you should definitely give me beta access.

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

    Been on this since day one. best believe this bouta go poppin type beat

    • @shannersYT
      @shannersYT  10 месяцев назад +1

      You boutta be the best rell seas yter

  • @Van1te
    @Van1te 4 месяца назад +1

    How do you add effects to animation. It's through moon animator or you need to script it? I just can't find a video about it.

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

      Usually you have to add them in a script then script them along with the animation

  • @synnrs
    @synnrs 9 месяцев назад

    roblox studio, play bladeball, cry, repeat

  • @LaptopStudios
    @LaptopStudios 9 месяцев назад +1

    Are u the guy who made ball blade?

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

    for dashing it isnt good to add such big maxforces, as your player may fall if you dash close to walls, try lowering, aslo when playing with forces dont forget to set all the parts attached to your player to "massless" so they dont affect the dash in wierd ways

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

      Thanks for the suggestion, I’ll add it to my list of to do

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

    furst

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

    W's in chat!

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

    make your own surface texture instead of placing textures on the mesh, it will defintatelly make it look better

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

    bro you only have like 188 subs, man i though you had like 10,000 subsctibers.

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

    now we need a magma version

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

    Add layer 2 bell

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

      I’ll definitely have some sort of awakening

  • @DesiredSpecy
    @DesiredSpecy 9 месяцев назад

    Is there a discord server where we can see more updates on it?

    • @shannersYT
      @shannersYT  9 месяцев назад

      Releasing with my next video :)

  • @bluesquad4480
    @bluesquad4480 5 месяцев назад

    can you mkae a how to script?

  • @ocrea1
    @ocrea1 9 месяцев назад

    yo i can help you with gui

    • @shannersYT
      @shannersYT  9 месяцев назад

      Ima see if I can do gui well but if I can’t then I’ll lyk fs

  • @Mist-xb9eo
    @Mist-xb9eo 9 месяцев назад

    Discord server?!~

    • @shannersYT
      @shannersYT  9 месяцев назад

      Coming next video!

  • @Abyssal2496
    @Abyssal2496 3 месяца назад

    how do you add VFX to animations? i dont understand

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

      Usually you add them in the script

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

      @@shannersYT Ohhhh

  • @UnderVfx
    @UnderVfx 9 месяцев назад

    bro think he good at scripting when he has to follow a tutorial for everything

    • @shannersYT
      @shannersYT  9 месяцев назад

      Need someone to talk to?