How to Make Slap Battles on Roblox

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

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

  • @MajesticUC
    @MajesticUC  Год назад +16

    Part 2 is here!: ruclips.net/video/6_TzCdWE1S0/видео.html
    At 1:47 I meant to say starter pack!
    At 6:16 Under damageMod.Start(), put kb.Start(character, hit.Parent, knockback)

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

      so i did all the scripts that u did it didnt work the only one that worked was the anim but after i starter doing somethin else it just didnt work so can u like make a model and put it in the description pwease of all the scripts and stuf where to put it

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

      Yea the Animation is not Working i did everything you said idk with its the rig i used though please tell me.

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

      ko

    • @arthur_pereira-7wo
      @arthur_pereira-7wo 10 месяцев назад

      What Name?

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

      waitforchild is not a valid member of humanoid "workspace.playernick.Humanoid how do i fix this

  • @TheRealServer
    @TheRealServer Год назад +8

    First view boiii. I love you majectic!!!!!
    Every time majestic post I get excited idk why

  • @DogeOfCourse
    @DogeOfCourse Год назад +23

    FOR THOSE WHO'S ANIMATIONS DONT WORK. WHEN YOU MAKE YOUR ANIMATION SET THE ANIMATION PRIORITY TO ACTION!

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

      thx i forgot to mention that since moon animator defaults to action lol

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

      THANK YOU!

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

      @@MajesticUC btw that doge account is my alt

    • @JaydenTheAnimator569
      @JaydenTheAnimator569 10 месяцев назад +5

      my anims still don't work

    • @YourLocalRobloxian8
      @YourLocalRobloxian8 9 месяцев назад +3

      My animation also still don't work

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

    YO MAJESTIC i saw another slap battles tutorial on youtube and i created it had 12 episodes but mines a bit buggy, so it still works

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

      12 episodes??

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

      @@MajesticUCby Netherite STUDIOS, yeah

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

      @@-CENSORED0- that ones broken

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

      @@Eng1neerMonk mine works fine

  • @MajesticUC
    @MajesticUC  Год назад +12

    ❗EXTREMELY IMPORTANT❗(I will go through these next video) There are currently 2 bugs that I know of. One is that if you equip the weapon as soon as you spawn in, it will break. To fix this, just do this to get the player and character instead inside the weapon script.
    local tool = script.Parent
    local plr = tool:FindFirstAncestorWhichIsA("Player")
    local character
    if plr == nil then
    character = tool.Parent
    else
    character = plr.Character
    end
    The second one is players will sometimes get ragdolled forever. To fix this, go into the antiragdoll script and change all of it to:
    local char = script.Parent
    local hum = char:WaitForChild("Humanoid")
    hum:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false)
    hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
    for i, v in pairs(workspace:WaitForChild("Dummies"):GetChildren()) do
    hum = v:WaitForChild("Humanoid")
    hum:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false)
    hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
    end
    Sorry for the inconvenience guys!

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

      @BopperTheOne the flingy part is what the antiragdoll was the supposed to do but i messed it up. If u use script i put in here fir the antiragdoll then ur character shouldnt fling!

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

      for
      "local tool = script.Parent
      local plr = tool:FindFirstAncestorWhichIsA("Player")
      local character
      if plr == nil then
      character = tool.Parent
      else
      character = plr.Character
      end"
      do i put this in the tool/replace it or either startercharacterscripts?

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

      nevermind figured it out

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

      ohhh thats why is doesnt work

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

      Is the paste bin all up to date

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

    Keep up the good work👍👍👍

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

    I been waiting for this thanks alottt!!!

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

    For some reason the animation script didn't work. I did the same thing you did.
    Here is the script:
    task.wait(1)
    local tool = script.Parent
    local plr = tool.Parent.Parent
    local character = plr.Character or plr.CharacterAdded:Wait()
    local hum = character:WaitForChild("Humanoid")
    local animator = hum:WaitForChild("Animator")
    local attackAnim = animator:LoadAnimation(script:WaitForChild("Attack"))
    tool.Activated:Connect(function()
    attackAnim:Play()
    end)

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

      What name did you put to the hit animation? Maybe that's the problem

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

      @@Extreme351 It's the same as what Majestic named it.

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

      same its not working for me

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

      is not working for me

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

      local tool = script.Parent
      local plr = tool:FindFirstAncestorWhichIsA("Player")
      local character
      if plr == nil then
      character = tool.Parent
      else
      character = plr.Character
      end
      The second one is players will sometimes get ragdolled forever. To fix this, go into the antiragdoll script and change all of it to:
      local char = script.Parent
      local hum = char:WaitForChild("Humanoid")
      hum:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false)
      hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
      for i, v in pairs(workspace:WaitForChild("Dummies"):GetChildren()) do
      hum = v:WaitForChild("Humanoid")
      hum:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false)
      hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
      end
      @@Byll2

  • @Itsnotmyofficalaccount
    @Itsnotmyofficalaccount 2 дня назад +1

    It just won't work... 4:44 like the animation for my attack works until I type in "local attackMod = require(modules:WaitForChild("Attack")" like can someone tell me how to fix this... I've been attempting to fix this for over 6 hours(I'm kinda new to this) I followed everything from the vid tried to change some stuff and it just won't work, pls tell me how to fix this

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

      the reason being likely because the modulescript is not in your modules folder or you spelt something wrong, making it try to wait indefinitely for nothing

  • @BIi_025
    @BIi_025 6 месяцев назад +4

    1:51: task.wait(1)
    local tool = script.Parent
    local plr = tool.Parent.Parent
    local character = plr.Character or plr.CharacterAdded:Wait()
    local hum = character:WaitForChild("Huminoid")
    local animator = hum:WaitForChild("Animator")
    local attackAnim = animator:LoadAnimation(script:WaitForChild("Attack"))
    tool.Activated:Connect(function()
    attackAnim:Play()
    end)

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

    Thanks for thé tutoriel 😁👍

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

    Heyo! I was wondering if you could make a game about one of the games in the show meta runner? pretty interesting series.

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

      smg4??? Omg i used to watch them so long ago!

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

      @@MajesticUC YOu know him? i guess similar tastes find eachother easily XD

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

    dayum cuz of this video now i know what module script do. it will improve my game thanks

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

      thats great! You should always use module scripts since they reduce the need to reuse code and make every script 100 lines long

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

    Yo, can you make a video about how to make a ultimate bar, that would be very helpful! Also, nice video!

  • @SuperSonaxton
    @SuperSonaxton 9 дней назад +1

    i couldnt get the animations to work and also i cant hit or be hit by the object i am using as the tool, this is annoying since my friends always quit projects when something goes wrong so the sooner i fix this the sooner i can continue working, if you have any ideas for stuff the could work please talk to me. p.s love the video :D

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

    This video has changed my life. My whole outlook on everything that exists in this world, in fact even in the entire universe. I can never look at anything I know the same way ever again. This video represents emotions most humans could never comprehend. But I can. Thanks to this video I have been awakened to many things previously thought unimaginable. Thank you.

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

      fr defo fr imo

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

      beggar

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

      @@Streamer_AFK Womp Womp we gotta have beggars sometimes

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

    Lets all just respect that he always gives time to pause to catch up easier

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

    idk what happened but if i stand still and click the button, nothing happens, but if i walk while clicking, it throws the item

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

    The best tutorials ever

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

    the ragdoll is good, same with the tutorial. i just dont like how the limbs go through each other and the floor after getting hit, is there a way to fix that?

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

      I fixed this in the second video. Its because the limbs has collision off because thats what they default to. ruclips.net/video/6_TzCdWE1S0/видео.html

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

    1: 47 to server storage or to the starterpack?

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

    when will you reveal your MAJESTIC VOICE? :)

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

      I alr have. Watch my roblox fighting game but i cant code video or my 3k special or my simulator in 1 hour or looking at my old roblox games

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

    finally a w tutorial

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

    For ur knife game u should make it so when u are not equipping da knife it on ur back like mm2

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

      no also comment that on the knife video not this

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

    someone else made a, how to slap battle video, ands ngl, this one is the ONLY tutorial, where the animations worked

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

    can you say how to make the player get Slaps from slapping others ? it would be very helpful

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

      that will come up in my next tutorial

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

      @@MajesticUC and yet it wont come out

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

    Hey Majestic! I’ve got one thing I’d REALLY like to see on your channel:
    Could you please make a tutorial on how to make a hitbox and hitstun?
    Would really help me to pursue future projects. Thank you!

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

      Quite a specific video. If i were to make a fighting game series then i will go over this!

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

    its not working the animation script, i tried with the pastebin script and the normal script

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

      ?

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

      @@MajesticUC you don't seem to be helpful, sorry for being late. But I do have advice for helping and answering comments.
      "The code doesn't work!"
      with this type of comment always ask for the script, and point out any bugs or errors and how to avoid it in the future. Generally the only initial reply you should have would be around the lines of "Could you reply with your script?" and after, mention "So I found *insert error here* and to avoid this in the future always double check your code for *insert error here* and check for any mistypes!"
      "Can you provide the code for me?"
      ALWAYS REPLY WITH NO OR DON'T REPLY AT ALL. Providing people with code and adding pastebins does not teach anyone anything. Which is why I always advise heavily against it. Pastebin is only a lazy man's way to victory, and skidding is never good.
      obviously take my criticisms how you want, as they are not written with rude intention, but do please at least listen to one of the two.

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

    Could you teach how to make a grab move/beatdown? Im kinda needing it for my game!

  • @userloading...5818
    @userloading...5818 2 месяца назад +2

    almost nothing on mine works, im holding it but animations, and the knockback, damage, etc just dont have any effect

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

      Did you set the priority of the animations to "Action"?

    • @userloading...5818
      @userloading...5818 Месяц назад

      @@secretagent13 yea

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

      @@userloading...5818 If it doesn't work then check your console, you should find the error.

    • @userloading...5818
      @userloading...5818 Месяц назад

      @@secretagent13 k ill looks soon, thx for the help regardless tho

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

    4:30 where do you put that script

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

    Hey I see you can model, I wonder if you would be interested in joining our horror game project.

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

    You are a certified lifesaver.

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

    this dosent work task.wait(1)
    local tool = script.Parent
    local plr = tool.Parent.Parent
    local character = plr.Character or plr.CharacterAdded:Wait()
    local hum = character:WaitForChild("Humanoid")
    local animator = hum:WaitForChild("Animator")
    local attackAnim = animator:LoadAnimation(script:WaitForChild("Attack"))
    tool.Activated:Connect(function()
    attackAnim:Play()
    end)

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

    Can someone pls tell me how to add sounds to the attack (when you hit someone). I discovered Roblox Studio like 3 days ago. The codes make no sense to me

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

      in the next tutorial I add sound to the attack so dont worry!

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

    can you make a pt 2 on how to add skills? (also it doesn't work am i doing smth wrong the animation did not play and it didn't show any errors)

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

      dw that is the next video im making for this

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

    if the animation doesn't work at first, change the AnimationPriority to "Action" and it should fix it.

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

    I use the same tool grip editor as you, but when the animation play, the arm that the tool is equiped never moves. How can I fix it? (Sorry if my english is bad, im not from EUA or any country that speaks english lol)

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

      the tool grip editor only affects how you hold the tool. Make sure your animation is actually playing

    • @kuaso.GE13
      @kuaso.GE13 4 месяца назад

      @@MajesticUC still confused
      it didnt work

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

    Can anyone help me? so when i play the game when when i dont hold it out the glove is invisable but when i take it out its on the ground
    Info
    its a model and saved it as a group

    • @FrozenWater-real
      @FrozenWater-real Месяц назад +1

      Ik this was seven months ago, but it’s anchored, unanchor it.

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

      @@FrozenWater-real ty

    • @FrozenWater-real
      @FrozenWater-real Месяц назад +1

      @@SkumpyYT how long have you been waiting for???

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

      @@FrozenWater-real long time

    • @FrozenWater-real
      @FrozenWater-real Месяц назад +1

      @@SkumpyYT I feel bad for you.

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

    hate how i was typing out everything then i realise there is a pastebin with everything

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

      u spent like 1 h

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

      @@XXPlayGaming 1 year ago

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

    majestic i have a question. How did you learn to script cuz its really hard for me to find a good class to learn

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

      yt tutorials. I just made random stuff and watched tutorials to learn more about roblox. I know how to code cos i've been doing it for a year

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

      @@MajesticUC K tysm for letting me know

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

    Can you make a tutorial on how to do a dash punch type attack with knockback and ragdoll? Because I've been trying to make a fighting game and just can't seem to do the ability right, even after various hours of attempts towards it.

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

      oddly specific tutorial...

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

      @@MajesticUC yep

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

      just get a dash script and punch script from free models then just make the punch key and cooldown the same as the dash its very simple

  • @itszz.shadow
    @itszz.shadow 8 месяцев назад

    Hi majestic, i have a small problem with ragdoll, when i hit the dummy, ragdoll works but he doesnt knockbacks, he stands in the same position, how i can fix that?

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

    i know this might be a bit late to the party but it keeps saying that attempted to index nil with vector.X in the knockback script i tried using the pastebin but it still gives me a error

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

    Could u make a video on how to make the bob ability

  • @whitesharky-x2g
    @whitesharky-x2g Год назад +2

    There is a bug with the tool animation

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

      what is the bug? Also there is a difference between an error and a bug so if its just an error, tell me anyways but im assuming its because you did something wrong

    • @whitesharky-x2g
      @whitesharky-x2g Год назад

      @@MajesticUC The animation doesnt play and the scripts dont work

    • @whitesharky-x2g
      @whitesharky-x2g Год назад

      If you can make a model for me i dont know if i made wrong or its roblox studio

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

    something is wrong when you hit. when you hit. npc or dummy or smth. gets stuck for 1 second. also the ragdoll is laggy. the ragdoll go 15 frames. idk why. can you help me

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

    Tysm

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

    W vid as usual

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

    the animation not working do you know why?
    i named the animation to Attack and put the animation id
    and make cancollide off and turn on meshless
    task.wait(1)
    local tool = script.Parent
    local plr = tool.Parent.Parent
    local character = plr.Character or plr.CharacterAdded:Wait()
    local hum = character:WaitForChild("Humanoid")
    local animator = hum:WaitForChild("Animator")
    local attackAnim = animator:LoadAnimation(script:WaitForChild("Attack"))
    tool.Activated:Connect(function()
    attackAnim:Play()
    end)

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

      same problem

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

    So everything worked fine but the only is issue is that when you get hit once you cant get back up

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

    Very cool

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

    can u make an animation guide, cus i wonna make combat system like urs but idk how to animate..

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

      ok

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

      just get better at animating

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

      ​@@Streamer_AFK
      Homeless? Just get a house

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

      @@Streamer_AFKStarving? Just get food

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

    hi majesticDev i was having a problem with animation after equiping the tool and trying to hit the animation never loads can u fix it?

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

    my animation doesnt work my script:
    task.wait(1)
    local tool = script.Parent
    local plr = tool.Parent.Parent
    local character = plr.Character or plr.Character:Wait()
    local hum = character:WaitForChild("Humanoid")
    local animator = hum:WaitForChild("Animator")
    local attackAnim = animator:LoadAnimation(script:WaitForChild("Attack"))
    tool.Activated:Connect(function()
    attackAnim:Play()
    end)

  • @Barsik-StandNice
    @Barsik-StandNice 6 месяцев назад

    Not working i maked a attack script wanted to test and i'm clicking and nothing works
    what to do?

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

    the animation script doesn't work i didn't use the pastbin
    the script: task.wait(1)
    local tool = script.Parent
    local pls = tool.Parent.Parent
    local character = plr.Character
    local hum = character:WaitForChild("Humanoid")
    local animator = hum:WaitForChild("Animator")
    local attackAnim = animator:LoadAnimation(script:WaitForChild("Attack"))
    tool.Activated:Connect(function()
    attackAnim:Play()
    end)

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

    I love u majestic

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

    Nothing worked. The animation didnt work the damage didnt work what do i do?

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

    So uhh idk if this has anything to do of the time im trying to do this but when i added the damage and allat stats in the script for the item i couldnt use the item anymore

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

    For some reason it says "Damage is not a valid member of Tool "toolName". Could you help with the error please? Btw great tutorial!

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

    i cant find tool grip editor

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

      U need to turn on unverified creators will appear

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

    local attack = { }
    function attack.Start(character, weapon, data)
    local damage = data.Damage
    local startup = data.StartUp
    local linger = data.Linger
    local knockback = data.Knockback
    local stun = data.Stun
    task.spawn(function()
    task.wait(startup)
    weapon.Touched:Connect(function(hit)
    end)
    end)
    end
    return attack

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

    Game idea: make a game just like slap battles but instead of slap bottles it's a Battle ground game it's just like knives but instead of knives it's cookie swords and the more you kill the more cookie coins you can use to upgrade armor or get a better sword like the god cookie for the white chocolate chip basically just different kind of cookie and the more you kill people the more cookie coins you can use the upgrade your armor to have more armor which is basically your health so basically it's just the better armor you have the more health you get of course they'll be different kind of cookies that have different skills but they're basically just cookie related
    Sorry that took so long I really wanted to get my idea out there please suggest making it it would be a really good video idea I know some people are going to judge me because it's a long comment but I just felt like I needed to get that idea out there please consider using it cya oh and by the way if you could maybe give me the game cuz I was really love to have some profit T_T

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

    hey! I followed everything step by step but i got a bug. When i equip the glove it teleports me where the glove was when i put it in starter pack. What do i do to fix it?

    • @Emanuel-w6t
      @Emanuel-w6t 7 месяцев назад

      It should probably be anchored, try unanchoring it.

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

    hi i just wanted to say that i have a problem and the animation doesnt work

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

    i copy from pastebin and is not working

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

      then maybe try following the tutorial and not copying the pastebin

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

    Hey Majestic I Typed the script but it isn't working
    task.wait(1)
    local tool = script.Parent
    local plr = tool.Parent.Parent
    local character = plr.Character or plr.CharacterAdded:Wait()
    local hum = character:WaitForChild("Humanoid")
    local animator = hum:WaitForChild("Animator")
    local attackAmin = animator:LoadAnimation(script:WaitForChild("Attack"))
    tool.Activated:Connect(function()
    attackAnim:Play() --It says there's a error in the script it's probably easy to fix and that I am just dumb
    end)

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

      If you are having a issue with animation make another animation and set the AnimationPriority to Action4. I hope this helps. Edit: You misspelled attackAnim above tool.Activated

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

      @@diphenylmethane oh I am so dumb lol thanks

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

      u spelt a attack anim as attackamin

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

      @@MajesticUC I know, the other reply told me but thanks though

  • @sadeceturkiye.
    @sadeceturkiye. Год назад +2

    Can you make block system in roblox pls
    i using your combat system

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

      why dont u make it

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

      @@MajesticUC cause i cant make i dont know lua language

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

    The animation script doesn't work, and I did everything the exact same way as you did it.

  • @nathanmaes-c3h
    @nathanmaes-c3h 9 месяцев назад

    CharacterAdded is not a valid member of Workspace "Workspace" please help

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

    My tool grip editor button does not show

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

    is it ok if i use Pan Battles idea?

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

      sure!

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

      @@MajesticUC ty i coudnt think of anything else

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

      @@PintoIceCream Fish Battles. Noodle Battles. Tank Battles. Gun Battles. Fist Battles. Ability Battles. Shotgun Battles. Wheel Battles. Sniper Battles. Coil Battles

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

      @@MajesticUC im just not creative ig

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

    My attack doesn’t work is there a way to fix that?

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

    I`m did the first part [ animation to tool ] , im typed whole script perfectly like on the video. But nothing worked :

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

    THANKS YOU ♥️

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

    the tool grip editer your using i cant find i searched tool grip editer and the only one that came up is not the one your using

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

    My animations don’t work even if my animation priority is action

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

    Hey, I have this error. Players.morton0401.Backpack.Tool.Script:17: Expected ',' after table constructor element. Please help

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

    for some reason the anim doesnt work when its equiped but when i uniquip it works not with the bat

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

      im a bit late but set the animation priority (in ...) to action

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

    Do you know how to make a cooldown gui for tools?

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

      Yes but it isn’t as basic as knowing how to make a cooldown gui. It depends on the system that u r using. If you’re following this tutorial then im doing abilities next vid so i will make a gui then

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

      ​@@MajesticUC
      You're making abilities next vid? AWESOME!! IT WILL HELP ME ALOT

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

    Why is the fbi at my house?

  • @Roly-305
    @Roly-305 10 месяцев назад

    yo i cant find the plug in :( WHERE IS IT PLEASE!!!

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

    majestic dev can u put me here under comments the script for dont damage players when slap

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

    2:22 it didnt worked for me. i did the same script

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

    why is the animation not working?

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

    For some reason everyone that watched this videos named their game Pan Battles.

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

    majestic when i did the script for the damage thing on the animation, the animation stopped working

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

    Can someone help me with the script on the tool, i did what was shown and it made my model stop working

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

    the plugin didnt work for me :(

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

    The animation and damage don’t work

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

    where do i put the pastebin??

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

    it dosen't work with the tool grip.

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

    task.wait(1)
    local tool = script.Parent
    local plr = tool.Parent.Parent
    local character = plr.CharacterAdded or plr.CharacterAdded:Wait()
    local hum = character:WaitForChild("Humanoid")
    local animator = hum:WaitForChild("Animator")
    local attackanim = animator:LoadAnimation(script:WaitForChild("attack"))
    tool.Activated:Connect(function()
    attackanim:Play()
    end)
    still the animation script didnt work

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

    How do I use the animator?

  • @w-rh3vd
    @w-rh3vd Год назад

    why animation doents work?

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

    how do you rotate the tool grip

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

    My guy stops walking after using the animation

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

    tool grip editor plugin doesnt work, anyone know why?

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

    My plugins not working how come?