How To Make A Sword On Roblox

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

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

  • @mysteryhatlol955
    @mysteryhatlol955 Год назад +68

    To this day I hit my head on a wall trying to find out why did roblox made tool system like this.

    • @outcast69
      @outcast69 9 месяцев назад +4

      😅yep same

    • @baconheadhair6938
      @baconheadhair6938 4 месяца назад

      tool system is fine

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

      i was hitting my head before i watched this video

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

      luau made the coding, roblox used the script service

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

      somehow when i made the tool it kept teleporting me to the position where the block was in the lobby and getting me stuck in the ground even though it wasnt anchored

  • @deppy_logs
    @deppy_logs Год назад +20

    0:10 got us in the first half ngl

    • @YuriFan6000Mario
      @YuriFan6000Mario Год назад

      @Curious pay more attention at the shape when they start building it, you might be able to see it

    • @MelonMate
      @MelonMate 11 месяцев назад

      it really didn't until I saw this comment

  • @VVRXTHH
    @VVRXTHH Год назад +26

    Can you show how to animate it swinging please?

    • @user-te3jx8fo3v
      @user-te3jx8fo3v 9 месяцев назад +6

      I wish you the best to get noticed

    • @Aden_him
      @Aden_him 4 месяца назад +2

      animationnnnnnn!

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

      Local tool = script.Parent
      Local plr = tool.Parent
      Local hum = plr.Humanoid
      Local Anim = script.Animation
      Local track = hum:LoadAnimation(Anim)
      Tool.Equiped:connect(function()
      click.Button1down:connect(function()
      Track:play()
      End)
      End)
      Thats how i did it

  • @opiaif2020
    @opiaif2020 Год назад +7

    it still worked!
    thanks man I really appreciate it

  • @tossybros.6899
    @tossybros.6899 2 года назад +15

    Great Tutorial, but how do you swing the sword?

    • @Dkalieisieudu
      @Dkalieisieudu 2 года назад +2

      Hey how did u make ur sword work when i try to do the thing hes doing in 1:29 it doesnt work

    • @karlito1501
      @karlito1501 2 года назад +2

      Animations

    • @mightymixsal
      @mightymixsal Год назад +4

      create a function using tool.Activated that plays an animation for the character
      the function will be called everytime the player clicks when the tool is equipped

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

      I know it is late but i think you make a animation inside of the gun then make a variable in the script called Anim which is the animation. Make your animation. then in the tool.Activated code block write Anim:Play()

    • @TheVrother17
      @TheVrother17 6 месяцев назад

      @@4guide800Sorry to ask buy can you put that in code forum? i am really bad at understanding things like this..

  • @rainiell612
    @rainiell612 Год назад +3

    thx man you are the best guy i have ever watched

  • @STZJ
    @STZJ Год назад +36

    2:53
    local DebounceTable = {}
    script.Parent:WaitForChild("Hitbox").Touched:Connect(function(objectThatTouchesTheHitbox)
    if objectThatTouchesTheHitbox.Parent then
    if objectThatTouchesTheHitbox.Parent:FindFirstChild("Humanoid") then
    if DebounceTable[objectThatTouchesTheHitbox.Parent] == true then return end
    DebounceTable[objectThatTouchesTheHitbox.Parent] = true
    objectThatTouchesTheHitbox.Parent.Humanoid:TakeDamage(30)
    wait(2)
    DebounceTable[objectThatTouchesTheHitbox.Parent] = nil
    end
    end
    end)

    • @MrMunch623_RBLX
      @MrMunch623_RBLX Год назад +2

      thanks 👍

    • @plurio1
      @plurio1 Год назад +1

      you realize theres a link for that..

    • @STZJ
      @STZJ Год назад +2

      @@plurio1 save tim

    • @Msxwellllllllllllll
      @Msxwellllllllllllll Год назад +2

      ⁠ThatOneDreadHead

    • @StealBlox
      @StealBlox Год назад +1

      There a literal link for that in the description.. 😑

  • @LightningPlayzTV
    @LightningPlayzTV Год назад +3

    When I made my tool. I equipped the tool and it took me to the place I was making it. How do I fix that?

    • @alexkonkin3317
      @alexkonkin3317 Год назад

      your tool anchored

    • @LightningPlayzTV
      @LightningPlayzTV Год назад

      @@alexkonkin3317 Nvm I managed to fix it last week but thanks for the help though

    • @rodie3570
      @rodie3570 4 месяца назад

      how? can you explain

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

    Thanks for the tutorial, you saved me on the weld part

  • @henryman2451
    @henryman2451 2 года назад +13

    you should've put the code for the sword in the description so i dont have to copy it from a part of the video so here is the code for the sword:
    local DebounceTable = {}
    script.Parent:WaitForChild("Hitbox").Touched:Connect(function(objectThatTouchesTheHitbox)
    if objectThatTouchesTheHitbox.Parent then
    if objectThatTouchesTheHitbox.Parent:FindFirstChild("Humanoid") then
    if DebounceTable[objectThatTouchesTheHitbox.Parent] = true then
    objectThatTouchesTheHitbox.Parent.Humanoid.:TakeDamage(30)
    wait(2)
    DebounceTable[objectThatTouchesTheHitbox.Parent] = nil
    end
    end
    end
    end)

  • @proffesorfkill3r5gamer95
    @proffesorfkill3r5gamer95 Год назад +4

    There's a q perfection weld u know..

  • @d0nutkiller755
    @d0nutkiller755 2 года назад +21

    thanks alvin! this was really useful!

    • @bl0kh787
      @bl0kh787 Год назад +1

      totally alvin

    • @nikmendoza6803
      @nikmendoza6803 Год назад +1

      @@bl0kh787 real

    • @hackerman3511
      @hackerman3511 Год назад +2

      Ah, so you too realize the sudden appearance of the famed "AlvinBlox".

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

      @@bl0kh787It is lol? look at the leaderboard on the top right. 2:27 boom.

  • @OutraGames
    @OutraGames Год назад +6

    hint: union all other parts except for handle and then add weldconstraint

    • @user-hw4ty1qg8e
      @user-hw4ty1qg8e Год назад

      OMG THX U SO MUCH IT FINNALY WORKS

    • @NORMAL_winged
      @NORMAL_winged 4 месяца назад

      good idea..LETS GO NOW İ CAN MAKE GİANT SWORDS

  • @SilentSame
    @SilentSame Год назад +3

    Heyyy thanks man never know how to script :D

  • @HistoComedy
    @HistoComedy 11 месяцев назад +1

    TYSM!!! This really works with my idea

  • @Hafogul
    @Hafogul 5 месяцев назад +2

    Calmly says "now lets script it to kill other players"

  • @flopplayz1371
    @flopplayz1371 Год назад +3

    3:37 BALLER

  • @StormyNightz11
    @StormyNightz11 3 месяца назад +1

    for some reason i end up teleporting to my sword and it ends up dissapearing, i checked all the things and it still doesent work, please help me fix this

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

      is it un anchored and in the starterpack

  • @goodguy9084
    @goodguy9084 Год назад +5

    thanks! quick question: dose this work for blender vfv swords because i made one

    • @selfwastaken
      @selfwastaken Год назад +1

      it will, just import it as an fbx and call it a handle, then code it

    • @StealBlox
      @StealBlox Год назад +1

      yes as long as u insert ur model to roblox studio

  • @Lt.Sunrise_Gaming
    @Lt.Sunrise_Gaming 9 месяцев назад +1

    Spend hours wasting my time. Made the script and after the katana was in the starter pack, unable to select the katana and it's part, unable to move from starter pack now i cant edit the katana in any way very disappointed pls help

  • @Dryerstudios
    @Dryerstudios 2 месяца назад +1

    it doesnt work for me :(

  • @itzmqximingame
    @itzmqximingame 2 года назад +1

    awesome video this actually worked to thank you alot!!!!

  • @user-uv7kz2qk2g
    @user-uv7kz2qk2g Месяц назад +1

    how do you add an animated sword attack?

  • @Ryushark172
    @Ryushark172 Год назад +2

    how do i fix everytime i use it it teleports me to where i put the sword

    • @i2hs2
      @i2hs2 7 месяцев назад

      unanchor it

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

    Fun Fact: If you do this without putting it in starter Pack, its a pick up able item,

  • @source-enjoyer-72s
    @source-enjoyer-72s 2 месяца назад

    if anyone knows a little bit of blender, you can make something in it and spend less time adding weldconstraints to your tool

  • @NothingNeat
    @NothingNeat Год назад +1

    Ummm when I equip it it just teleports me to it and I can’t move

    • @lorincvass7400
      @lorincvass7400 Год назад

      maybe cuz its anchored

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

      @@lorincvass7400 it happens to me to and its unanchored

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

    Thank you very much this really work!

  • @kingguest3261
    @kingguest3261 11 дней назад

    Whenever I equips my sword, it just appears on the ground. I made sure I unanchored everything but it still doesn’t work. Pls help pls

    • @kingguest3261
      @kingguest3261 11 дней назад

      (Edit) when it’s equipped and I go near it, I can’t pick it up. Pls help

    • @Orangepea774
      @Orangepea774 5 дней назад

      Did you add the handle?

  • @Noel-sy9rm
    @Noel-sy9rm Месяц назад

    Whenever I try to do the step at 3:20 I can’t because my tool turns invisible and idk how to turn it back? Please help

  • @realbloxmines9388
    @realbloxmines9388 Год назад

    BRO I LOVE YOU SO MUCH TY NOW I CAN FINALLY ADD PICKAXES TO MY GAME

  • @itscrystillizedgamer
    @itscrystillizedgamer Год назад +1

    wait but my sword dissapeared

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

    I have a question can you make the parts a model and weld the model as a whole to the handle part?

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

    okay this works but you know how is sword is like standing upwards well my sword is kinda facing the back of the plyer how do i fix that????

  • @lopldey
    @lopldey 8 месяцев назад +1

    Why is Insider Tech stealing ppl vids and giving no credit

  • @Tism-monkey
    @Tism-monkey Месяц назад

    Does anyone know how I can add a swing Animations?

  • @DaRandomPancake
    @DaRandomPancake 8 месяцев назад +1

    doesnt work for me

  • @Dkalieisieudu
    @Dkalieisieudu 2 года назад +1

    This doesnt work anymore

    • @Nattynoonana
      @Nattynoonana 2 года назад +1

      does you just did it wrong

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

    My sword doesn't work I followed all the instructions but when you pick it up and use it it doesn't deal damage to enemies but when you try to pick it up it damages you. HELP

    • @ZyanFernando
      @ZyanFernando 7 месяцев назад

      Lol the sword backfired

    • @ZyanFernando
      @ZyanFernando 7 месяцев назад

      Its cuz anyone who touches the sword having a humanoid will take damage.

    • @puggy1_wuggy2
      @puggy1_wuggy2 7 месяцев назад

      @@ZyanFernando l fixed it with a script that includes an animation

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

    The store doesn’t work I did all of that I need the tool I put it in the starter pack but it just falls over

  • @Its_Thomas_
    @Its_Thomas_ Год назад

    How come my character cant hold it, like it appears in my inventory just not in my hand

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

    i do have one problem whenever i pull it out it either makes me fall over or teleport to a random position

    • @NoahRosario-pf5qn
      @NoahRosario-pf5qn 5 месяцев назад

      un anchor it or make a weldconstraint for each part ex theres 7 parts minus the handle, make 7 weldcontstraints and then put part two as handle or do both

  • @NATHANboii
    @NATHANboii Год назад +5

    Ayyy it worked for my game! Thank you! Can you make a video on making animation's for your sword please?

    • @gttkki5343
      @gttkki5343 Год назад +1

      i gotchu bro i can do that.

    • @OfficialDarkZiper
      @OfficialDarkZiper Год назад

      no your lying, i dont see the rig builder on my roblox studio, so it is...
      FAKEEEE!

    • @NATHANboii
      @NATHANboii Год назад

      @@OfficialDarkZiper ... you might havent done it right?

    • @Ethers.Exalianyt
      @Ethers.Exalianyt Год назад

      @@OfficialDarkZiper rig builder is there you jut dont look.

    • @Ethers.Exalianyt
      @Ethers.Exalianyt Год назад

      @@OfficialDarkZiper you must go to avatar

  • @Gooberguy4735
    @Gooberguy4735 6 месяцев назад

    i made the sword holdable but i cant make it do damage idk if its the script or something else

  • @ReduxMe
    @ReduxMe Год назад +1

    Why whenever I equip it I get stuck in the baseplate??
    I unanchored it too

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

      Move it above the ground

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

      @@SkilleDDefender_alt I have learnt scripting 🗿But thanks bro

  • @christophergimeno393
    @christophergimeno393 Год назад

    Yoo alvin there is a bug. If even if you stay away from the target. it still damanges them. Until they are dead

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

    whenever i try to equip the sword its like its anchored to the ground, and whenever i check its always unanchored. do you have any idea on how to fix this?

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

      You may be checking the tool itself
      Instead, look at the individual parts itself, and see if any of the parts are anchored
      If some are, un-anchor them.

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

    tysm brooo really useful!

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

    Bro thank you so much!

  • @NoahRosario-pf5qn
    @NoahRosario-pf5qn 2 месяца назад

    i have created my tool using this guide and it refuses to enter my hands, this greatly upsets me and i wish to be given proper guidance or instructions, please and THANK you!

    • @NoahRosario-pf5qn
      @NoahRosario-pf5qn 2 месяца назад

      i fixed it, the weld constraints were in the wrong part

  • @DeltaGamer13
    @DeltaGamer13 Год назад +1

    Please help why I can't move witזh the sword when I use it I fly🙏

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

      some of the parts in your sword are anchored, make sure that the anchored check is off, also im very late so just ignore me if you've already solved your problem

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

    bro it doesnt work, I did every single thing for the welding and the sword just gets stuck in the ground and I teleport into the sword. HOW DO I FIX THISSS

    • @Umbacon-iw4cy
      @Umbacon-iw4cy 8 месяцев назад

      Unanchor it but my problem is the scripting isn’t working

  • @sy1216
    @sy1216 11 месяцев назад

    Im suprised that insider tech even made a video on roblox

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

    bro its not doing damage what do i do?

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

    thanks helped alot

  • @zorblin
    @zorblin Год назад +6

    Yay this will work perfectly for my game!!!

    • @OfficialDarkZiper
      @OfficialDarkZiper Год назад

      no your lying, i dont see the rig builder on my roblox studio, so it is...
      FAKEEEE!

    • @zorblin
      @zorblin Год назад +1

      @@OfficialDarkZiper I did it 3 months ago and it worked fine. I don’t have rig builder anymore too or animation thingy.

    • @Chillitastic_official
      @Chillitastic_official Год назад +1

      They moved it somewhere else

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

      they moved it to avatar
      @@zorblin

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

    When my weapon is equipped its still were i was making it at not in my hand

  • @weirdmelon5696
    @weirdmelon5696 2 года назад +26

    Many thanks to AlvinBlox who always makes my day (:

    • @entvolx
      @entvolx 2 года назад

      hey i added this and folowed step by step this tutorial
      but it doesnt work u know why

    • @orangedrip
      @orangedrip 2 года назад +1

      @@entvolx its a fake script you just got bamboozled

    • @entvolx
      @entvolx 2 года назад +1

      @@orangedrip yeah i reallized it.

    • @sapphichalovianrobin
      @sapphichalovianrobin Год назад +2

      @@entvolx not fake tho worked for me

    • @Ethers.Exalianyt
      @Ethers.Exalianyt Год назад +1

      @@sapphichalovianrobin yeah it isnt faked you others didnt type it right lol

  • @opiaif2020
    @opiaif2020 Год назад +1

    DebounceTable dosent work so I used DeboundTable

  • @MilkyOnYT
    @MilkyOnYT 11 месяцев назад

    this is bullshit because as soon as i put the tool in starterpack the touch interest disappears

  • @tatasinho0507
    @tatasinho0507 2 года назад +3

    weird that the script menu names players as childs

    • @ShortKing678
      @ShortKing678 2 года назад

      Lol

    • @bobuxterminator783
      @bobuxterminator783 Год назад

      fire script with a spread script
      lots of random "childs" are under the actual code

    • @christophergimeno393
      @christophergimeno393 Год назад

      That's because there is Parents. example
      Local Tool = script.Parent
      Local Script = Tool:FindFirstChild("Script")

  • @samedkarazhayev3102
    @samedkarazhayev3102 8 месяцев назад +1

    how do i animate?

    • @ZyanFernando
      @ZyanFernando 7 месяцев назад

      Make Animations for it

  • @user-ss9rg2uy1o
    @user-ss9rg2uy1o 5 месяцев назад

    My sword is not taking damage, someone help.

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

    I want to create a sword with abilities Q and E

  • @user-hq3wi8uk7p
    @user-hq3wi8uk7p 2 года назад

    How to make the character use 2 sword in same time like kirito

  • @felixkranken9675
    @felixkranken9675 2 года назад +1

    Finally, good comtemt!

  • @superduperbob
    @superduperbob 2 года назад +1

    so, when i equip the sword, it is being held horizontally, not vertically

    • @kabouterplop6158
      @kabouterplop6158 2 года назад +1

      its because of ur handle make a new Handle and rotate it until its perfectly

    • @superduperbob
      @superduperbob 2 года назад +1

      @@kabouterplop6158 yeah i know i fixed it, plus i got rid of that shit cause it didnt work

    • @muffinmaniacs193
      @muffinmaniacs193 Год назад

      @@kabouterplop6158 actually its becuase of the grip.

    • @Paquiu100.
      @Paquiu100. Год назад

      @@muffinmaniacs193 no actually because his ip is on ohio
      ç

    • @petah_goofBucket
      @petah_goofBucket 7 месяцев назад

      @@Paquiu100.🤣🤣🤣 you’re so funny (😐)

  • @Player_NH
    @Player_NH Год назад

    thats cool and all but how do you make it so you can actually hit something. like when you press rmb it hits.

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

    Thanks, but how do i animate it?

  • @randomguy8092
    @randomguy8092 Год назад

    Ruins my custom jump animation, how do I fix?

  • @guy-t6t
    @guy-t6t 8 месяцев назад +1

    NONE OF YOUR TOOL TUTORIALS EVER WORK! WHY!

    • @astro_gamin_official
      @astro_gamin_official 6 месяцев назад

      because you did it wrong. I did it the first time and it didn't work. just keep re watching it trust me.

  • @notcringe7759
    @notcringe7759 2 года назад

    how do i make it so it knows who the player who owns the sword is

  • @L371
    @L371 4 месяца назад

    How do you make it so that it will swing

  • @InvertDoge
    @InvertDoge Год назад +1

    no animation?

  • @MrMunch623_RBLX
    @MrMunch623_RBLX Год назад +1

    how do you select all parts like that lol

    • @NoahRosario-pf5qn
      @NoahRosario-pf5qn 2 месяца назад

      go to the part on the top and select it and go to the bottom part and while holding shift select it

  • @kingstickboy557
    @kingstickboy557 Год назад

    my sword doesnt go in my hand when i select it

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

    why doesn't it get placed in my hand but the place were i put it in the workspace??

    • @K.acper0
      @K.acper0 3 месяца назад

      one part is probably anchored or you placed it in the ground, i recomennd placing it in the air so when the game starts its on the ground and u can pick it up

  • @samangso
    @samangso Год назад

    Can you animate the swinging animation

  • @alyx6828
    @alyx6828 Год назад +1

    this is so tedious, if you have a weapon with a lot of parts its so difficult to give all of them a weld constraint, there has to be an easier way

    • @TheCardboardDinosaur
      @TheCardboardDinosaur Год назад +1

      As a long time game dev and animator, there is not.

    • @QUBIQUBED
      @QUBIQUBED Год назад

      @@TheCardboardDinosaur there is, actually
      Some developer on RUclips I vaguely knew made a plugin known as "Constraint Creator". This lets you select 2 or more base parts and weld them all at once, this works with constraints, welds, motor6D's, etc.
      There might be some bugs, but I haven't found any issues with it!

    • @thejanitor5671
      @thejanitor5671 Год назад

      I may be wrong but I think you can use blender to make the tool then just have two halves a sword to constraint

    • @CertifiedBowgartfan
      @CertifiedBowgartfan Год назад

      i just used d-weld..

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

      you can just union all the other parts together(except the handle) and weld constraint the union.

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

    The unanchoring was a solution to a critical problem, but the creation of another. This kept happening to a point where I can't follow along.

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

      Also, what the flip is 1:29 THIS?

    • @lautre-cote
      @lautre-cote 2 месяца назад

      what's the problem?

  • @hackerman3511
    @hackerman3511 Год назад

    Ah, so you too realize the sudden appearance of the famed "AlvinBlox".

  • @AgusParraAguilera6743
    @AgusParraAguilera6743 11 месяцев назад

    Thanks!

  • @kitcat88888
    @kitcat88888 Год назад

    this didint work :/ and i guess im never gonna be a develeoper because the way u explained got me so confused

  • @IceKey193
    @IceKey193 Год назад

    Theres a problem where when you equip the tool the player will be sent to that spot
    how to fix it?

  • @desynchronised2591
    @desynchronised2591 2 года назад

    Cant make the best game without AlvinBlox

  • @saolovee
    @saolovee 2 года назад +1

    Nice this tutorial was really helpful i subbed to this channel and alvins channel Thanks!

    • @orangedrip
      @orangedrip 2 года назад +1

      are u being forced to comment this this doesnt work

    • @vx1p3r
      @vx1p3r Год назад +1

      @@orangedrip it does work lol ur doing it wrong

    • @orangedrip
      @orangedrip Год назад +1

      @@vx1p3r yes actually… 💀

  • @yklance
    @yklance 7 месяцев назад

    Whenever i equip it i just get send to where i placed the sword, can you help me?

    • @ZyanFernando
      @ZyanFernando 7 месяцев назад

      Maybe you forgot to unanchored it or maybe change r15 to r6 or vice versa

    • @SciGamering
      @SciGamering 4 месяца назад

      unanchored

  • @dcf6735
    @dcf6735 2 года назад +1

    i think the code doesn't work

    • @orangedrip
      @orangedrip 2 года назад +1

      you are correct this video wasted so much of my time

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

    That welding thing is weird. can you not design the sword and merge it together somehow where it isn't 20 parts.

    • @NoahRosario-pf5qn
      @NoahRosario-pf5qn 5 месяцев назад +1

      union each part to make one part besides handle then weld it :D

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

      union the parts and name it handle

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

    He sounds like alvinblox

  • @donaterplays5276
    @donaterplays5276 2 года назад

    Do you get video from AlvinBlox Chanell?

  • @720xla
    @720xla 6 месяцев назад

    BRUUU IT WONT ROTATE AND I CANT SEE IT WHEN IM EDITING IT

  • @liampaul5786
    @liampaul5786 Год назад

    And once im not stuck boom nothing works

  • @ShortKing678
    @ShortKing678 2 года назад

    Thx Alvin

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

    the code isn't in description

  • @Duszek-ov1zv
    @Duszek-ov1zv 10 месяцев назад

    Thanks

  • @MonkeM.
    @MonkeM. Год назад

    TYSM!

  • @Dummy878
    @Dummy878 Год назад

    For some reason my sword don't do any damage.

  • @KSAINMOST
    @KSAINMOST Год назад

    But what about animations?

  • @Mf_Anisins
    @Mf_Anisins 2 года назад +1

    ok but now how do i add custom animations?

    • @okascripts4513
      @okascripts4513 2 года назад

      Look at a different video for that because this one just says how to make it do damage, but you can make animations and add a script to it called animation Script or whatever then you add the script in but watch a diff vid for that.

    • @Mf_Anisins
      @Mf_Anisins 2 года назад

      @@okascripts4513 i figured it out like 2 hours after i made this comment lmao