How to Make a Roblox Ability: Level Three

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 18

  • @Clgod95
    @Clgod95 Місяць тому

    Really Helpful love ur vids

  • @pepsicola-re7zw
    @pepsicola-re7zw 28 днів тому

    if ur having an issue with disabling player collision try adding to the if statement: or part.ClassName == "MeshPart"

  • @duckbusiness9524
    @duckbusiness9524 3 місяці тому

    Dang bro i have looking for these tool type skill especially the beam skill for so long ,ur channel have what i need ,keep making good vid like this dawg

  • @pachio2011
    @pachio2011 3 місяці тому

    I love your videos ander but please turn down the music a little

  • @r1sing-386
    @r1sing-386 3 місяці тому

    i think task.spawn(function()) is better perfomance wise cuz im not sure if coroutine.create() gets garbage collected if its not used and task.spawn() does

    • @26andergaming29
      @26andergaming29  3 місяці тому

      task.spawn() is very useful. ( I was not aware of its existence until now )

    • @crazyyy1018
      @crazyyy1018 2 місяці тому

      coroutine and task.spawn both run on their own "threads"

    • @r1sing-386
      @r1sing-386 2 місяці тому

      @@crazyyy1018 the thing is coroutine.resume(coroutine.create(func)) has no way of stopping this "thread" so it's not viable for actual use

  • @Brick_bruiser
    @Brick_bruiser 3 місяці тому

    Your pretty good i want to join your discord but the link is expired

    • @26andergaming29
      @26andergaming29  3 місяці тому

      ok whatever i"ll make a discord server just cuz ur the 2nd guy who asked

    • @Brick_bruiser
      @Brick_bruiser 3 місяці тому

      @26andergaming29 Yeah, I think it would be cool to see you and other devs. I am a roblox dev, too

    • @26andergaming29
      @26andergaming29  3 місяці тому

      discord.gg/pFQ9uAcbWJ
      .gg/pFQ9uAcbWJ

  • @JOOP_sus
    @JOOP_sus 3 місяці тому

    hey do help discord?

  • @Dayt9na
    @Dayt9na 3 місяці тому

    My beautiful, magnificent, charming, elegant, glamorous, graceful, heavenly, stunning, amazing, glorious king 26AnderDeveloping has dropped another banger scripting tutorial 🥲🥲🥲
    When I saw that new upload notification, I clicked on the video instantly as I am one of 26AnderDeveloping's most loyal and dedicated fans. Within the first ten seconds of clicking this video, I knew this would be a fire upload just from the ability preview and elegant background music choice. Although I enjoy the scripting tutorial, at 0:09, I instantly exploded all over my monitor from simply hearing my goat's voice. I was not able to watch the video because busting all over the screen had resulted in me fainting and having to go on a trip to the ER. When I woke up in a hospital bed, my parents asked me if I was okay, but my only response was "Where is my phone I need to watch this 26AnderDeveloping episode, or else I'm going to die." Sitting excitedly in my hospital bed, I quickly played the video, and boy oh boy was I right about this video. When my king said "Let's get to scriptings" at 11:21, I instantly exploded EVERYWHERE again, covering the entire hospital room along with my parents in my scripting substance... I am back in the ER (again) and will be waiting for the next scripting tutorial upload from my King 26AnderDeveloping.

  • @hazelisgay
    @hazelisgay 3 місяці тому

    just use raycasting instead of the part lmao

    • @kriebelpluis
      @kriebelpluis 3 місяці тому

      Shapecasting is raycasting with a part, it's the same thing