ROBLOX Combat Scripting Tutorial Episode 4: Block, Sprint, Double Jump, Custom Animations

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 14

  • @fidgetspinner71
    @fidgetspinner71  3 ปีที่แล้ว +3

    IMPORTANT
    REPLACE HITBOX IN THE SERVER SCRIPT WITH THIS
    local function HitBoxThing(func)
    local Touching = HitBox:GetTouchingParts()
    local Characters = {}
    for i,v in pairs(Touching) do
    if not table.find(Characters,Touching[i].Parent) and Touching[i].Parent:FindFirstChild("Humanoid") and not Touching[i]:FindFirstAncestor(script.Parent.Name) and Touching[i].Parent:FindFirstChild("BlockAmount") then
    table.insert(Characters,Touching[i].Parent)
    end
    end
    for i,v in pairs(Characters) do
    func(v)
    end
    end
    I added and Touching[i].Parent:FindFirstChild("BlockAmount") because the arms for barrage was messing up block
    EDIT: add and hit.Parent:FindFirstChild("BlockAmount") to line 164 as well
    EDIT 2: change line 13 of the new localscript we made today to local RunTrack = Animator:LoadAnimation(script:WaitForChild("Run")) and add wait() above the first line because we need to actually have the things load in before loading animations
    SORRY FOR ALL THESE ERRORS

    • @daeuvid9223
      @daeuvid9223 3 ปีที่แล้ว

      Woah, tysm sir, those videos are helping me rlly much, but i have one question, how u got that floor?

    • @fidgetspinner71
      @fidgetspinner71  3 ปีที่แล้ว

      @@daeuvid9223 i use this plugin www.roblox.com/library/1217803428/Baseplate-Upgrader

  • @RellyTJ
    @RellyTJ 3 ปีที่แล้ว +3

    u should do a transformation next

  • @xenifinity
    @xenifinity 3 ปีที่แล้ว +2

    make a lock on tutorial

  • @smiklod
    @smiklod 3 ปีที่แล้ว +2

    N the jojo game :D

  • @contentdeleted3124
    @contentdeleted3124 3 ปีที่แล้ว

    How to barrage on mobile

  • @samurai653
    @samurai653 3 ปีที่แล้ว +1

    just send us the script

  • @johnmarkaranda6964
    @johnmarkaranda6964 3 ปีที่แล้ว

    script pls

  • @abluelake4402
    @abluelake4402 3 ปีที่แล้ว

    57:23

  • @spedwagonfoundationguy2497
    @spedwagonfoundationguy2497 3 ปีที่แล้ว +1

    mfw