Roblox Advanced Combat Tutorial Part 4: Gripping

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • / discord -- Join the discord!

КОМЕНТАРІ • 56

  • @nightmare_1091
    @nightmare_1091 2 роки тому +15

    Hey man, you teach advanced scripting that no one teach, thank you for the tutorials

  • @omniccomnicc5048
    @omniccomnicc5048 Рік тому +1

    if data.Target.Humanoid.Health > 10 and data.Character.StatusFolder:FindFirstChild("Block") == nil then
    data.Target.Humanoid:TakeDamage(10)
    elseif data.Target.Humanoid.Health

  • @_blaise1
    @_blaise1 Рік тому +3

    for those whose wondering how to make it a tool you just have to make the local script disabled then make a tool tur off require handle then put this as a local script:
    local Tool = script.Parent
    local Character
    Tool.Equipped:Connect(function()
    Character = Tool.Parent
    if Character.StatusFolder:FindFirstChild("Stunned") then return end

    local Combat = Character:WaitForChild("name of the local script")
    Combat.Disabled = false
    end)
    Tool.Unequipped:Connect(function()
    if Character ~= nil then
    local Combat = Character:WaitForChild("name of the local script")
    Combat.Disabled = true
    end

    end)

    • @lost5522
      @lost5522 Рік тому

      Tysm bro🙏😭

    • @_blaise1
      @_blaise1 Рік тому

      @@lost5522 no problem

  • @0verseer17
    @0verseer17 Рік тому +1

    Idea for part 5 would it be possible if you do skills/abilities in the inventory?

  • @ohzeno
    @ohzeno 2 роки тому

    AYOOOOOO THIS BOUTTA BE FIRE

  • @ljlor6688
    @ljlor6688 2 роки тому

    You are so underrated! your work is so good, could you do a parry tutorial also?

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

    for the 10 > health check i suggest making so if the health is less than 10 the damage be written like this to avoid bugs Target.humanoid:TakeDamage(Target.humanoid.health - 1) this will make sure that target is left on 1 hp

  • @deqnpetrovvlogs6881
    @deqnpetrovvlogs6881 Рік тому

    I dont know why but its weird and buggy when i try i with real people

  • @_xenzo_
    @_xenzo_ Рік тому

    did u make a pb system on ur advanced combat system series??

  • @TCEE-3K
    @TCEE-3K Рік тому

    you think you can make a vid where you show how to make animations for the opponent when he/shes getting hit?

  • @jesuslovesyou7886
    @jesuslovesyou7886 2 роки тому

    Yo I got a sick idea, i mean idk people probably wanted this and asked or something but anyways, could you add to the system so whenever you hit a combo gui appears, like pretty much any anime combat game? also thanks for the tutorial :p

    • @camdenhuggins
      @camdenhuggins Рік тому

      If you know how to detect hits all you have to do is enabled the gui when a hit is detected

  • @vimer-brawlstars5179
    @vimer-brawlstars5179 2 роки тому

    Hey man, this video is sick! Pls make dmg indicator and sounds

  • @monkted9904
    @monkted9904 Рік тому

    My NPC goes straight up when gripped

  • @The_Virtual_Studio
    @The_Virtual_Studio Рік тому

    my animation wont load
    any help?

  • @gamerplayer2174
    @gamerplayer2174 Рік тому

    how would I make the animations be different with swords equipped?

  • @carrilloespinoza
    @carrilloespinoza Рік тому

    can you make a divergent fist animation

  • @Jslemonn
    @Jslemonn Рік тому

    idk if anyone can help with this but when I "Knock" someone they can still move and jump?

  • @charizardthelizard8236
    @charizardthelizard8236 2 роки тому

    how do you tell if the player hits the ground after the knockdown?

  • @Nick-sv2tl
    @Nick-sv2tl Рік тому

    Is this for combat games i dont want it to be a rog i want to know if you can do this to real players

  • @HoolyzDonutz
    @HoolyzDonutz 2 роки тому

    Can you make a awakening/transformation system like aba

  • @aepul6958
    @aepul6958 2 роки тому

    Would you be able to show to put this combat into a Tool?

  • @zzliviz5211
    @zzliviz5211 2 роки тому

    yo can u change the animation to R6 ??

  • @valencia1204
    @valencia1204 2 роки тому

    What’s your favorite month?

  • @user-kn8ow8vn2c
    @user-kn8ow8vn2c 2 роки тому

    Did you build a game in roblox

  • @deph4774
    @deph4774 2 роки тому

    how would you play a sound on a client script, wouldn't firing a swing sound effect cause some delay issues

    • @Ronarudo
      @Ronarudo 2 роки тому

      Play the sound either when the player attacks, or the target is hit.

  • @dejoxp6434
    @dejoxp6434 Рік тому

    do you think you'll ever put your scripts on pastebin?

  • @r0xt0
    @r0xt0 2 роки тому

    What keyboard do you have

    • @realampro
      @realampro  2 роки тому +1

      Razer black widow elite v3

  • @gowatchmyvidorkys
    @gowatchmyvidorkys Рік тому

    Epic tutorial, btw, heres a problem. Idk why but when i play this w my friend, when we punch each other we're just stunned FOREVER. I check my code and i thought nothing was wrong, can you help me?

  • @lost5522
    @lost5522 Рік тому

    One heavy attack and parrying please!!🙏

  • @LeftyWithPuppetEditz
    @LeftyWithPuppetEditz Рік тому +1

    Idea for part 5: whenever your using any tool but its a weapon tool and u attack the combat and the weapon tool activates everytime so for part 5 disable the combat system when your equipping any tool

    • @xdStatusss
      @xdStatusss 11 місяців тому

      have u figured this out

  • @Koyashfr
    @Koyashfr Рік тому +1

    By anychance can you make a short vid on s? I think its rly easy but i csnt figure out hoe to do it.

    • @corriiii8462
      @corriiii8462 Рік тому

      i think there are multiple ways to do it but you could just put a force field in the character you want to give s to and then destroy the forcefield when you want the s to stop

  • @Jslemonn
    @Jslemonn Рік тому

    instead of having a "Dead" animation I would like to do ragdoll better, how would I do this?

  • @arastooysf
    @arastooysf 2 роки тому

    So cool!
    can u make a vid of how to create a rope like wildwest to grab player, tree branch (i mean a part) ;)

  • @MrOkt69420
    @MrOkt69420 2 роки тому

    hey can you make a tutorial on npc giving a skill after u doing a quest? no one has ever done it in youtube so if u do a tutorial on it that would rlly help me a lot :D

  • @sungjinwoo737
    @sungjinwoo737 Рік тому

    Hey you will bring how to make it a tool combat?

  • @DarkNinja-bf6hk
    @DarkNinja-bf6hk 2 роки тому

    Great turorials, weapon combat next?

  • @narashi2744
    @narashi2744 2 роки тому

    I mean, this is an advanced level of roblox game development, it helps a lot

  • @Hittzo
    @Hittzo 2 роки тому

    Thank

  • @skydlol105
    @skydlol105 2 роки тому

    W

  • @narashi2744
    @narashi2744 2 роки тому

    Quality content 🔥!

  • @alanleung7447
    @alanleung7447 2 роки тому

    Uh hi ampro this is actually part 4

  • @PN7OT
    @PN7OT 2 роки тому

    Bro thank you so much for showing us your talents! 🔥

    • @PN7OT
      @PN7OT 2 роки тому

      @Ampro so uh I did everything correctly for the sword combat tutorial but I don't spawn in with the sword. Is there something that I did wrong?

  • @vinicius4282
    @vinicius4282 2 роки тому

    Hey o, nice tutorial! just a question:
    On this script, The confirmation that the HITBOX hit someone coming from the Client isn't a problem if we have a Laggy Player on the server?
    Like, he will hit someone that is not actually on the HITBOX range

    • @realampro
      @realampro  2 роки тому

      The point of doing it like this is so that what the player sees is what they will hit. You can do some additional sanity checks to make sure the target is truly in range.

  • @SubToSnytch
    @SubToSnytch 2 роки тому

    NEW VIDEO EPIC!