Adding a COMBAT SYSTEM to my OPEN-WORLD game [Assassin's Creed - Devlog 3]

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

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

  • @Rigs_Universe09
    @Rigs_Universe09 หลายเดือนก่อน +5

    Name it: "The ERA of Assassins and Templars"

  • @HaunterProd
    @HaunterProd 21 วันที่ผ่านมา

    This is amazing, keep up the good work

  • @sovietspyingonion9582
    @sovietspyingonion9582 26 วันที่ผ่านมา

    keep going dude its not often you see new youtubers producing content of that quality

  • @humorouis2297
    @humorouis2297 หลายเดือนก่อน +2

    peak❤

  • @Cucumbersticot
    @Cucumbersticot 21 วันที่ผ่านมา

    You seem to be progressing at scripting really fast ! But for the sake of future updates i hightly recommend to learn module scripts for your combat system or it might get spaghetti and laggy. Nice video

  • @PixelLookAnimations
    @PixelLookAnimations 29 วันที่ผ่านมา +1

    Your such an underrated youtuber!

  • @undefined428
    @undefined428 29 วันที่ผ่านมา

    You can write a line of code in the command bar to organise your workspace to save the hassle.

  • @clearlybored696
    @clearlybored696 หลายเดือนก่อน

    This is PEAK CONTENT🔥🔥🔥🗣️🗣️🗣️
    KEEP IT UP MY GUY!!

  • @amirlands
    @amirlands 28 วันที่ผ่านมา +1

    I suggest you making the whole gui first like shop (for paid stuff), make a controls gui so its not in the way, a settings to adjust the brightness, graphics and stuff, every tool needed, and then work on the map and make like idk 4-5 cities and add more in other updates

  • @ehrbgferegwjrn
    @ehrbgferegwjrn 27 วันที่ผ่านมา

    Mom wait, new video just dropped

  • @Razaze1DaRealOne
    @Razaze1DaRealOne 28 วันที่ผ่านมา

    keep going man im ur 140 sub and just by seeing this video it seems like peak content

  • @geonesfa
    @geonesfa 29 วันที่ผ่านมา

    Still here, shi*s turning out great keep working on it

  • @theGOD6aPa6aH
    @theGOD6aPa6aH หลายเดือนก่อน

    WWW keep doing this project

  • @Profikan
    @Profikan 29 วันที่ผ่านมา

    Oh looks nice, Ill spend a few minutes when the game comes out

  • @geonesfa
    @geonesfa 29 วันที่ผ่านมา

    4:17 for healthbars which uses such images you need to tween UIGradients offset instead of size you probably tweened its size when trying to make it and it looked really weird

  • @YearOfTheLama
    @YearOfTheLama หลายเดือนก่อน +1

    W game also name suggestion. Senso (I literally just Google translated war and thats what i got lol)

  • @anwar5129
    @anwar5129 25 วันที่ผ่านมา +1

    How about Blox Creed

  • @mustafagaming6342
    @mustafagaming6342 28 วันที่ผ่านมา +1

    keep going🤍✨
    but i hope if you could remove the music from the upcoming videos because its haram (unholy) so I can watch your INSANE videos!❤❤

  • @Rigs_Universe09
    @Rigs_Universe09 หลายเดือนก่อน +1

    Add a block system and make some shields

  • @chizucoan835
    @chizucoan835 28 วันที่ผ่านมา

    Wow nice, how long do you start coding?

    • @Ar.caneOfficial
      @Ar.caneOfficial  26 วันที่ผ่านมา

      About coding, it's been around 3 weeks since i started

  • @Broker_xd
    @Broker_xd 29 วันที่ผ่านมา +2

    Name it BloxCreed

    • @anwar5129
      @anwar5129 25 วันที่ผ่านมา +2

      Yeeeaah

  • @jellyfish_samurai
    @jellyfish_samurai 8 วันที่ผ่านมา

    you should add ragdoll on death here you go if you want to use this: --put this script in StarterCharacterScripts
    local char = script.Parent
    local hum = char:WaitForChild("Humanoid")
    hum.BreakJointsOnDeath = false
    hum.Died:Connect(function()
    local joints = char:GetDescendants()
    for _,joint in pairs(joints) do
    if joint:isA("Motor6D") then
    local socket = Instance.new("BallSocketConstraint", joint.Parent)
    local a0 = Instance.new("Attachment")
    local a1 = Instance.new("Attachment")
    socket.Attachment0 = a0
    socket.Attachment1 = a1
    a0.Parent = joint.Part0
    a1.Parent = joint.Part1
    a0.CFrame = joint.C0
    a1.CFrame = joint.C1
    socket.LimitsEnabled = true
    socket.TwistLimitsEnabled = true
    joint:Destroy()
    end
    end
    end)

  • @Razaze1DaRealOne
    @Razaze1DaRealOne 28 วันที่ผ่านมา

    here a good name for ur game btw "Ro-Creed" or "Assasin Blox" or "Bloxy Creed".

  • @PerfectlyExact
    @PerfectlyExact 28 วันที่ผ่านมา

    Hi, great video and the game is looking great, would it be possible to let me design some ui for the game? Ive been ui designing for 2 years now. If not let me know, but if you are reply to my comment

    • @Ar.caneOfficial
      @Ar.caneOfficial  26 วันที่ผ่านมา

      I'd love to, but the thing is, as i said I'm a new developer in roblox, i want to explore and learn things myself for a while. But who knows, i might need your help in future!

  • @Rectro_3000
    @Rectro_3000 หลายเดือนก่อน +1

    Name it Creed

  • @AmanLuck-h2e
    @AmanLuck-h2e 19 วันที่ผ่านมา

    Question? How did you learn to Script Super Fast, just from one Video? Since I’ve been trying to Learn Scripting as Well, but I always get super Confused.-. So can you give me some advice on how you manage to Learn that Fast?

    • @Ar.caneOfficial
      @Ar.caneOfficial  16 วันที่ผ่านมา +1

      Well, in my opinion, people can teach you the basics for scripting, but to actually learn advanced scripting, you need "experience." Y'see i always keep on scripting a bunch of ideas in a separate test project (off-camera). And the things which i face problems with, i either go to the dev forum, research about the bug/problem I'm facing, or i just keep on trying to fix it myself until either the game breaks, or the thing I was implementing finally works.
      Conclusion: it's just like how you grind in games, you start from 0 but then you slowly develop skills. You could watch videos, tutorials and guides to improve, but practically it completely depends on your experience and the way you learn. Keep scripting, i guarantee you one day you'll become a successful roblox developer

    • @AmanLuck-h2e
      @AmanLuck-h2e 16 วันที่ผ่านมา +1

      Holy Guacamole You actually Replied0-0 Well Thanks for the Advice! Also When will next Video come Out? (Ps. This is Optional to Answer:3)

  • @iloveusebio
    @iloveusebio 15 วันที่ผ่านมา

    LEt me help you we can cook trust🙏

    • @iloveusebio
      @iloveusebio 15 วันที่ผ่านมา

      I also waited so i could be your 180 subs

    • @Ar.caneOfficial
      @Ar.caneOfficial  13 วันที่ผ่านมา

      Thanks for the support! I appreciate it but the thing is, I'm a new developer so i want to explore things myself for a bit

  • @luan1177
    @luan1177 หลายเดือนก่อน

    If youre a new developer then keep learning before actually making the thing in the game