How to ANIMATE Tools In Roblox Studio!

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

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

  • @vanilla_96
    @vanilla_96 10 месяцев назад +54

    When I animate weapons, I just put the Tool inside of the Rig I'm going to animate it in and it automatically goes into the Rig's hand (it also serves as a preview for how the Tool looks in-game so you can edit the grip if it's set up incorrectly).

  • @Ian-gi9gm
    @Ian-gi9gm 10 месяцев назад +10

    Worked perfectly, thx!

  • @TigolBiddys1
    @TigolBiddys1 27 дней назад +3

    if your animation is continuously playing even after you drop or unequip your tool, you set the animation to play on loop. you must disable the loop and reupload your animation. i just spent 4 hours figuring this out

  • @VeryEpikPukeko
    @VeryEpikPukeko 5 месяцев назад +6

    you deserve more popularity, i love how you later explained what does the script do

  • @TajgelDeveloper
    @TajgelDeveloper Месяц назад +1

    Hey I found a solution to hand not moving, you need to go to animation editor click 3 dots and set priority to action

  • @GealRaya
    @GealRaya 8 месяцев назад +7

    ngl after hours of finding a solution I came across this video and it looked hella promising after watching literally everything else.... so naturally I followed the tutorial perfectly, ive checked my script plenty of times and everything should work. yet my sword never swings, it could be cuz I made it in blender but nothing works.

    • @krincenicolas1490
      @krincenicolas1490 7 месяцев назад +2

      same

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

      same and its so annoying

    • @cocbeanj2419
      @cocbeanj2419 3 месяца назад +2

      so will my sword never work?

    • @LegendaryEugene
      @LegendaryEugene 2 месяца назад

      @@cocbeanj2419 no, its basically roblox updating how Lua will work on their platform

    • @midasfn69
      @midasfn69 21 день назад

      Are You using a local Script??

  • @MrGod-rl7tr
    @MrGod-rl7tr 8 месяцев назад +7

    😂😂😂😂😂It’s so funny to see you editing
    the grip!!! 😂 Great job bro

  • @georgg_
    @georgg_ Месяц назад +1

    this works! thank you for the tutorial.

  • @That-k2v
    @That-k2v Месяц назад

    Thank you so much ive been looking for hours!Thanks

  • @im0shii
    @im0shii 4 месяца назад +42

    local tool = script.Parent
    local animation = Instance.new("Animation")
    animation.AnimationId = "rbxassetid://YOUR ID HERE"
    local debounce = false
    tool.Activated:Connect(function()
    if debounce == false then
    debounce = true

    tool.Parent:FindFirstChild("Humanoid").Animator:LoadAnimation(animation):play()

    wait(2)

    debounce = false
    end
    end)

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

      THANK YOU!

    • @gaming-guy50
      @gaming-guy50 4 месяца назад

      you're coming in clutch

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

      TYSM, I WAS BORED AND I DIDNT WANT TO TYPE THE SCRIPT UNTILL I FOUND YOU

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

      Now theres a star man!

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

      bro u helped sooo much
      thx

  • @DmitriiShcherbakov-hl5pg
    @DmitriiShcherbakov-hl5pg 6 месяцев назад +1

    ty bro, u helped me actually make something useful for my game.

  • @Valking_V
    @Valking_V Месяц назад +2

    Tyy!! But if a tool already had animation and the one that already has the tool doesn't work, how do I make it work?

  • @casuality5864
    @casuality5864 7 дней назад

    When i add the weld constraint it turn the whole body instead of the arm

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

    THANK YOU! YOU EXPLAINED IT SO WELL!

  • @WitheredGaming-so4bo
    @WitheredGaming-so4bo 4 месяца назад +1

    bro this is a good man his tut worked unlike the other people

  • @zeyadmokhles4346
    @zeyadmokhles4346 2 месяца назад

    this helped me out alot thank you for learnning me!❤

  • @RayanMallanOfficial
    @RayanMallanOfficial 10 месяцев назад +33

    My search bar: "How to an animation with a tool on roblox studio"
    Me: "This video seems perfect for my gun I guess"
    Him: "Guns are kinda complex"
    Me: "💀"

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

      no its easy just take the hand make it go brrr to the sky than make it so it gets down slowly trust me it works well

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

      @@normalestofthemall Yea I kept on trying but I had a "Handle" so then I searched up how to do a custom hold (copy paste) it turned out to be easy then I just placed a motor6d and the gun is finished

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

      Are you trying to make a rohood game as well?

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

      @@joshuafrom5437 nah i quit Roblox

    • @TheFlipperCell
      @TheFlipperCell 2 месяца назад

      hes saying that cuz guns are hard to make i think, i literally just animated my blender made gun no problem

  • @realchillroblox79
    @realchillroblox79 6 месяцев назад +1

    Thank you so much man, it helped me out so much. Thanks!😀

  • @average_animations
    @average_animations 5 месяцев назад +8

    bro i feel so silly because i was wondering why it wasnt working for like hours and it was because i was making r6 animations and the game was r15 lol, jokes aside great tutorial

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

      yo how do i adapt this to r6

    • @InfantryBattalions
      @InfantryBattalions 2 дня назад

      same. Tried to apply r15 when i was using r6 models to animate💀💀

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

    Thank you so much, gonna add this to my game 🙏

  • @Idkwhattoputhere-d6i
    @Idkwhattoputhere-d6i 4 дня назад

    What if I’m trying to make the tool spin In my hand?

  • @coriesherman8422
    @coriesherman8422 13 дней назад

    How do you make it play the animation if its a healing item that disappears when using it?

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

    i was just so confused because when i animated the rig would move around the sword until i realized that the sword was anchored

    • @Mrkanchi
      @Mrkanchi 2 месяца назад

      its impossible to animate with anchored part

  • @IndesirableShadow
    @IndesirableShadow 16 дней назад

    Tip: use the tool grip plugin saves so much trial and error time

  • @NoxerRu
    @NoxerRu 10 месяцев назад +2

    I have a question, I did the same thing as you did, but with my own knife model, I don't what is wrong but all I know is I used weld constraint to weld all the parts together before welding the handle to the arm, and I already grouped the parts into a tool, but anyways, I can't add any keyframes to the animation, plz help

    • @ChiseledMango-rz8eb
      @ChiseledMango-rz8eb 10 месяцев назад

      You add keyframes by going into the animation editor, making an animation pose (like moving the body parts around to make a pose that you like), then selecting further down the timeline to make a new pose that will occur how much you selected down the timeline

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

      You have to weld it through easy weld

  • @zappy-8178
    @zappy-8178 10 месяцев назад +1

    I have been working for almost 5 hours straight now, but I cant figure out anything, I keep getting animating problems like nothing showing up and I dont even know how to script, do effects or anything, can you help me :(

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

      I can help you, what’s the problem that’s happening?

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

    an easier way to edit the grip is by using egomooses tool grip plugin

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

    what if the tool your using needs multiple parts animated, instead of one base tool?

  • @Kingofkratos
    @Kingofkratos 11 месяцев назад +2

    Can u make a tutorial how to make second floor in ur tycoon tutorial series?

  • @kicky78
    @kicky78 12 дней назад

    Does this works with other body parts?

  • @TheMostEpickestGuyOnHistory
    @TheMostEpickestGuyOnHistory 2 месяца назад

    Hey i think why it doesnt work is because your script doesnt have a function that activates the animation with mousebutton1

  • @yoshi_Dragon
    @yoshi_Dragon 20 дней назад

    This is so good!!!!!!!! IT worked !!!

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

    What if I need more than 1 slash animation should I just copy paste the rbxasset how many slashes I need then put different id for the slash?

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

    I CAN SEE MY AXE ANYWHERE BUT WHEN I GO INTO EDITING I SEE IT CLEARLY

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

    Really Helpful, But i'm trying to animate a ball, Which shouldn't be glued to the Rig...

  • @lasagnanana
    @lasagnanana 2 месяца назад

    It works but how do you make it so it deals damage and plays an audio when you click?

  • @HSPSC
    @HSPSC 2 месяца назад

    it toggles the animation and doesnt stop the animation even if you unequip the tool, i need help :(

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

    Guys, for anyone wondering why it doesent work, roblox started updating too much without fucusing on animations, therefore :LoadAnimation() is not showing up on humanoid, and will error in console saying "animation is untrusted for the place: placeid:0"

    • @paifu.
      @paifu. 2 месяца назад

      I didn't get this error personally as of November 18th 2024

    • @soupjesus3631
      @soupjesus3631 2 месяца назад

      So how do I fix it?

    • @ademfazlic3294
      @ademfazlic3294 2 месяца назад

      @@paifu. can you please show me your script, i still keep getting this error

    • @ademfazlic3294
      @ademfazlic3294 2 месяца назад

      @@soupjesus3631 i dont knw

    • @JeLeff.
      @JeLeff. 2 месяца назад

      it doesn't even give me an error

  • @MrLamb24
    @MrLamb24 8 месяцев назад +4

    Hey for some reason my animations are not working properly and arent doing anything at all, I had the same issue when trying the "How to Make a sword" video you posted a year ago and for some reason the animation doesnt move the hand the tool is being held in. Do you have any ideas why this might be a problem?
    EDIT: Ive found the Issue, or specifically on the process of animating the tool based on the "How to MAKE a Sword in Roblox" video. The animation of the sword will not move the hand holding the weapon BECAUSE the sword tool was not included in the animation parts, and it needs to be part of the rig when making the animation.
    I basically took the tips of this video, and the the tips of the video I mentioned in the edit and combined them to have a working sword animation. These vids are very helpful thanks

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

      Tysm ur a life saver ive been trying to figure out why the hand holding the sword never moves for me

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

      Why did I delete the rigggggggggg

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

    can you make a tutorial on how to make a viewmodel (first person) for a tool please

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

    Ids why but its not working for me isk but its probably because i am using a blender modal but idk

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

    Thank you for the tip on welding the tool to the Rig; that will be useful for me in the future. Your script didn't work for me but it did lead me to the conclusion that I will have to learn more about scripting welded parts so TY! :)

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

    Amazing video, rly helped me :D

  • @Rulebook22
    @Rulebook22 5 месяцев назад +1

    It works perfectly thank you!!!!!!!

  • @Johansanimations
    @Johansanimations 3 месяца назад +4

    A lot of people are wondering why the animation isn't working. That's because you have to set the Priority of the animation.
    The proper, edited code is placed below here.
    local tool = script.Parent
    local animation = Instance.new("Animation")
    animation.AnimationId = [insert the custom animation id here]
    animation.Priority = Enum.AnimationPriority.Action

    • @MINDLEZZ.MP3
      @MINDLEZZ.MP3 3 месяца назад

      It says that animationproperty is not a proper member of enum

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

      @MINDLEZZ.MP3 if so, have a pre-made animation instance in the script then change it from there

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

      You forgot the : at (animation):Play()

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

      @@MINDLEZZ.MP3 then make an actual animation instance in the script then base it off of that

  • @NNickplaysgames
    @NNickplaysgames 2 месяца назад

    I don’t know why but I can only put in the weldconstraint as part 0 righthand but I can’t put the model in part 1 pls help

  • @Insanity-x4x
    @Insanity-x4x 4 месяца назад

    bruh idk why but when i use my own sword it just breaks and spins around like crazy hell :\
    when i tried you method

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

    super helpful. Just the direction I needed 🙏

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

    this is a gem of a video

  • @X_Channel-w4l
    @X_Channel-w4l 6 месяцев назад +2

    This tutorial worked great for me!
    However, the action animation that my tool plays also replaces the walking animation of the character, meaning the character looks like they're standing still while doing the tool's animation, even when they're also walking.
    Is there an easy fix for this, or a way to isolate the animation to the right arm only?

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

      set the animation priority to action instead of movement

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

      also, in addition to the guy above me, don't animate the legs at all, just animate the torso

    • @toasty4333
      @toasty4333 2 месяца назад

      Make sure you dont set any key frames for the legs or anything that you arnt actively affecting in the animation, for example only make key frames for the right arm and weapon if thats the only thing being swung in a sword animation.

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

    Im trying to make a weapon swing but how do i do that?

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

      if u dont understand what i mean i mean by like swinging a swinging mace

  • @Dreamer-x2p
    @Dreamer-x2p 4 месяца назад +1

    so it works in studio but when i play the game it doesnt work anymore, why is this??

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

      Did you do scrip or local scrip?

    • @Dreamer-x2p
      @Dreamer-x2p 4 месяца назад

      @@TDI_FOREVER I fixed it, it turns out the animation needs to be created by The owner of the game, in this case it was my group, not me.

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

    For some reason it didn’t work for me do you have a script I can copy and use?

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

    Is there a way i can do the same, but binded to right click?

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

    How do you convert a mesh into studio? I'm confused at the moment.

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

    yo im trying to animate a swing animation on a shared place and the animation only appears for whoever publishes it to roblox

  • @MerryChristmasChannel_R1
    @MerryChristmasChannel_R1 11 месяцев назад +2

    I can do this on my game thanks!

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

    Yo bro, whenever I play game and hold the tool I get ragdolled, how do I fix that?

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

    Love you Rig

  • @RiverTheRaccoon
    @RiverTheRaccoon 9 месяцев назад +1

    Thanks, this helped a lot:)

  • @RoMils-el3ij
    @RoMils-el3ij 8 месяцев назад +41

    --{ VARIABLES }--
    local tool = script.Parent
    local animation = Instance.new("Animation")
    animation.AnimationId = "rbxassetid://"
    --{ FUNCTIONS }--
    tool.Activated:Connect(function()
    end)

    • @iskenderadam16
      @iskenderadam16 7 месяцев назад +3

      finally, a hero

    • @Fabi_003
      @Fabi_003 7 месяцев назад +3

      not all heroes wear capes

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

      W

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

      You need to add more - at end

    • @zes-w1h
      @zes-w1h 2 месяца назад +1

      local tool = script.Parent
      local animation = Instance.new("Animation")
      animation.AnimationId = "rbxassetid://"
      local debounce = false
      { FUNCTIONS }
      tool.Activated:Connect(function()
      if debounce == false then
      debounce = true
      tool.parent:FindFirstChild(" Humanoid") .Animator:LoadAnimation(animation):play ()
      wait(3)
      debouce = false
      end
      end)

  • @_n00b_
    @_n00b_ 2 месяца назад

    my animation is glitched where it only moves my hand

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

    at the animation only palys when i ahve it in the inventory not when i holt it

  • @anthonygamingYT52
    @anthonygamingYT52 25 дней назад

    it works but why when i unequip the tool the animation get stuck

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

    Why won't the animation play in R6? Does the dummy have to be R6?

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

    I'm trying to make a noob pull a sword out of a rock, how do I make the sword stay in the rock until he pulls it out

  • @YOooow2
    @YOooow2 9 месяцев назад +2

    I cant pick the sword up. Can you help me figure out?

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

      Is it the part inside the tool named handle?

  • @MangoTheTamer
    @MangoTheTamer 7 месяцев назад +1

    Hey, Just asking, How do you make it so that the hand holding the tool actually moves because it doesn not work for me

    • @user-dp1fz9pg1b
      @user-dp1fz9pg1b 6 месяцев назад

      same

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

      @@user-dp1fz9pg1b I know how to fix it, click the three dots in the animator and then set animation priority to like action 4 or smh

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

    There's gotta be a better way to do this, because the Tool forces you to hold your hand horizontally, so when the animation starts it messes it up since mine starts with my arm vertical along my character's side to do a jab.

  • @matejapozna1737
    @matejapozna1737 16 дней назад

    animation plays but then i randomly start jumping bru

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

    BRO OMG YOU ARE MY SAVIOR IM FINALLY FREE FROM WATCHING TUTORIALS BECAUSE OF YOU TYSM

  • @Not_epic-j7f
    @Not_epic-j7f 5 месяцев назад

    I did everything right like on the video but it didn't work did I do wrong I'm confused

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

    it WORKED,THANKS

  • @PokerfacePlayz
    @PokerfacePlayz 6 месяцев назад +1

    NEVERMIND IT WORKED PERFECTLY DID ONE MISTAKE TYSM

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

    What if i want it to become a part of the rig so i can animate it as a seperate body part?

  • @Radiomen_IV
    @Radiomen_IV 5 месяцев назад +1

    2:16 So i did this part, but the model I'm using that I made in blender isn't appearing in the part1 slot. What did I do wrong?

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

    I have a problem. If i am trying to move like right hand it will move me the full Dummy. How can i fix it?

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

      just remove the old dummy and insert a new dummy (I've had the same thing happened to you!)

  • @Kizumah
    @Kizumah 2 месяца назад

    how do you move the tool when animating?

    • @JeLeff.
      @JeLeff. 2 месяца назад

      it should automatically move with your arm

  • @connor-p6t
    @connor-p6t 5 месяцев назад

    Can you make it work with models?

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

    Nice tutorial it worked the first time but when i tried to change the animation id the tool just keeps repeating the animation forever. is there way i can fix it?

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

      I believe you might have turned looping on for your animation. You can simply turn looping off and republish your animation. Thanks for watching, have an amazing day!

  • @Aviation71-yy8ec
    @Aviation71-yy8ec 8 месяцев назад

    Can you do a tutorial no how to do Multiple Items in animation? For Example, If I had Airport batons for ground crew and I needed 2 for animation? Only one pops up, but when I click it, the second one spawns outta the hand

  • @legendary_sm3lls972
    @legendary_sm3lls972 9 месяцев назад +1

    this is cool and all, but how do you add effects to it? Like meshes and stuff for VFX

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

    How do I make the sword act independently than the rest of the body?

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

      duplicate ur animation and animate the sword it self and once your done remove the player from the animation and then apply the animation to the sword itself

  • @fluteflies
    @fluteflies 10 месяцев назад +2

    It just doesnt work for me, I am definately doing something wrong but i cannot figure out what for the life of me

    • @Jack_12.1
      @Jack_12.1 5 месяцев назад

      It might be that you dont have your animation right, you need to set your animation priority to 'Movement". You can find this by clicking the three dots in the animation editor, hovering over 'Animation Priority' and click 'Movement'. This should fix it, if you followed everything inside of the tutorial.

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

      @@Jack_12.1 thanks!

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

    mins making such tutorual for r6 rigs where i can rotate the tool separete from the rig?

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

    Do MoonAnimator Works for the animation to get published into Roblox Library?

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

    Can anyone please help it isn’t playing the animation?

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

    can u pls copy and paste the script and reply to me the time i write it all GTA 6 will come out

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

    One problem i get is that the animation keeps playing, looping over and over again

  • @blabla-q5p
    @blabla-q5p 6 месяцев назад

    TY TY TY TY TY SO MUCH I FINALLY FIGURED IT OUT IN 6 MONTHS TY tysm tysm tysm tysm tysm tysm tysm tysm tysm tysm tysm tysm tysm

  • @wolfgangyt502
    @wolfgangyt502 6 месяцев назад +1

    the code dosn't work for me

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

    For me, as soon as I add the WeldConstraint between the RightHand and the object the rig breaks, when I rotate the arm the entire torso twist instead. Any idea how to fix. (I will probably find a solution before your response but this is weird)

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

      you probably welded the right arm to the torso instead of welding the right arm to the weapon

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

      @@Dhreilol Solved it, the item was anchored lmao

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

    Is there a way to fix this? The animation works except when i use the sword the right arm stays still instead of moving up

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

      A lot of people are wondering why the animation isn't working. That's because you have to set the Priority of the animation.
      The proper, edited code is placed below here.
      local tool = script.Parent
      local animation = Instance.new("Animation")
      animation.AnimationId = [insert the custom animation id here]
      animation.Priority = Enum.AnimationPriority.Action

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

      @@Johansanimations thank you so much

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

      @@anchovytheCREATOR yw

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

    You sound just like Joe Pera and I love it. I watch your videos when I want to learn something, and when I need to sleep but can’t. Your voice is very relaxing 😊

    • @rustysillyband
      @rustysillyband  10 месяцев назад +2

      Why thank you! That's a very nice compliment. I hope you have an amazing rest of your day!

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

    Can u make so the sword does damage?

  • @PhilCha-ne8bn
    @PhilCha-ne8bn 5 месяцев назад

    for some reason my model isn't going into par1, is it because I took it from the toolbox?

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

      No, it's because you can't weld a model. You need to find the part inside the model and put that in par1.

    • @PhilCha-ne8bn
      @PhilCha-ne8bn 5 месяцев назад

      @@harrystopalidis thanks 🙏

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

      @@PhilCha-ne8bn No problem!

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

    if i have an idle animation for the sword while its being held how do I have that animation disabled when the swinging one begins. Because they just overlap when i do it

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

      Did u figure it out I’m having the same problem

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

    thx for the animation when i use it, but what about when i hold my tool and no not the tool grip i dont want that for maybe my sword but i want when i hold it and i dont use it i just equip it, i hope you respone and just give me the script and steps in the comment and thank you

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

    how do i convert a model to a part?

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

    idk why but every time i tried to animate with r15 i could only move certain parts and the one part would move the whole thing

    • @ghettos6405
      @ghettos6405 2 месяца назад

      yeah same for me but with r6