BEST WAY to make tools on Roblox for free! [Beginner]

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

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

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

    This is such an under-appreciated video. The editing is great and it's one of the only videos that I understand.

  • @PrafisonalMaxYT
    @PrafisonalMaxYT 11 หลายเดือนก่อน +7

    Wow after 5 months a new Video nice 👍

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

      Haha thank you bro!

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

    I don't have computer bro ,bu I appreciate your work❤❤❤

    • @Pandastroyer
      @Pandastroyer  11 หลายเดือนก่อน +4

      I appreciate it :)

  • @Yuk1-Akuma
    @Yuk1-Akuma 7 หลายเดือนก่อน +3

    How do you make an animation where my character pulls out a weapon, uses it, then put it away.

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

      Okay so think of it like this.
      Add a third animation below 'use' under the local script and name it "unequip" then put in an unequiping animation under its ID.
      Instead of only doing local 'equip' and local 'use', add an 'unequip' local the same way as the others.
      Same thing with the 'Priority' and 'Looped' lines of code, add an 'unequip' section under 'use', you can kinda see where i'm going with this yeah?
      And at the end instead of just ending it at the debounce just add an 'Unequipped' command after the debounce just like the equip and use sections.
      Good luck. :>

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

    What if I want the tool to be held with both hands? How do I get it?

  • @cheeselover-z4t
    @cheeselover-z4t 5 หลายเดือนก่อน

    FINNALY I CAN MAKE A TOOL THAT MADE OF CHEESE

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

    I followed your directions precisely and it was still invisible. Please help

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

      As soon as I put it into the starter pack it disappears

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

    Now could this be used for a combat system? great video with nice editing, 100% subscribing.

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

    i get an error attemt to
    index nil with 'parent'

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

      pls help

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

    I got this error:
    Equipped is not a valid member of MeshPart

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

    doesn't work when i try to put in the rig

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

    here's the script copy free
    local player = game.Players.LocalPlayer
    local character = player.Character or player.CharacterAdded:Wait()
    local humanoid = character:WaitForChild("Humanoid")
    local equip = humanoid:LoadAnimation(script:WaitForChild("equip"))
    local use = humanoid:LoadAnimation(script:WaitForChild("use"))
    equip.Priority = Enum.AnimationPriority.Action
    use.Priority = Enum.AnimationPriority.Action
    equip.Looped = false
    use.Looped = false
    local tool = script.Parent
    tool.Equipped:Connect(function()
    equip:Play()
    end)
    tool.Activated:Connect(function()
    use:Play()
    end)

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

      my hero)

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

    idk damage script is not working

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

    how the sword is at the hand when you animate??

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

    How to make multiple rigs ? ? ?

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

    Please how do you animate two rigs at once it would realy help me

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

      sorry pal but that is moon animator 2, to animate 2 rigs at a time, @QueenKoopa01

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

    But using local scripts means only ill see the animations and other people wont?

    • @CamT13-s7j
      @CamT13-s7j 6 หลายเดือนก่อน

      its so the animation only plays on your client, aka you

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

    doesn't work