How to make a death animation in Roblox Studio (R6) (Roblox studio tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • the models that you will need:
    create.roblox....
    create.roblox....
    sub to us here: / @4lg_animates

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

  • @Aren_YT
    @Aren_YT 11 หลายเดือนก่อน +19

    Guys! I know how to fix your character doesn't respawn. Just change local script to a script then it's ok! Please like if helps

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

      how to do that?

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

      Tysm bro it helps so much

    • @Arthurdev-u5n
      @Arthurdev-u5n 8 หลายเดือนก่อน +1

      bro just create a new scrip and copy the code
      @@BobTheNoobie99

    • @V.DDeveloper
      @V.DDeveloper 5 หลายเดือนก่อน +1

      Thank you so much

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

      it didnt work

  • @4Lg_Animates
    @4Lg_Animates  ปีที่แล้ว +2

    Join to our discord server here
    now!: discord.gg/VfSjWQpe54

  • @wmgx8253
    @wmgx8253 ปีที่แล้ว +7

    forget the script, your death animation is amazing
    (and yeah thanks for the script)

  • @mycatstares
    @mycatstares ปีที่แล้ว +12

    script for the lazy:
    wait()
    local humanoid = script.Parent.Humanoid
    humanoid.BreakJointsOnDeath = false
    local DA = Instance.new("Animation")
    DA.AnimationId = "rbxassetid://0" -- your animation id
    local DeathAnimation = humanoid:LoadAnimation(DA)
    humanoid.HealthChanged:Connect(function(Health)
    if Health < 0 then
    print("died")
    script.Parent.HumanoidRootPart.Anchored = true
    DeathAnimation:Play()
    wait(2) --seconds before destroy character you can set to 5 if u want
    script.Parent:Destroy()
    end
    end)

    • @F5820il
      @F5820il ปีที่แล้ว

      IT WONT WORK IT SAYS ITS DISABLED WAAAAAA😭😭😭😭😭

    • @miniopacus
      @miniopacus ปีที่แล้ว

      wont work my character just goes plank then falls while no animation

    • @mycatstares
      @mycatstares ปีที่แล้ว

      @@miniopacus i think it works for r15 or r6.

    • @miniopacus
      @miniopacus ปีที่แล้ว

      @@mycatstares ok lemme try rq

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

      it work for me

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

    Thank you so much for the help!

  • @Arthur-oe7vy
    @Arthur-oe7vy ปีที่แล้ว +1

    Cool ty for that sir!

  • @RealChill2
    @RealChill2 ปีที่แล้ว +4

    can u make the die and touchey button like slap battles

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

      i alr made it in my video i can make it for you

  • @MeloMPG
    @MeloMPG ปีที่แล้ว +2

    When I change it to r6 it makes my character first person

    • @4Lg_Animates
      @4Lg_Animates  ปีที่แล้ว +2

      Did you put a script called "Put me in StarterGUi" script in "StarterGUi". If yes then that's the reason.

    • @MeloMPG
      @MeloMPG ปีที่แล้ว

      @@4Lg_Animates i didnt

    • @4Lg_Animates
      @4Lg_Animates  ปีที่แล้ว

      ​@@MeloMPGwelp I can't understand what is happening

  • @laylegoat
    @laylegoat ปีที่แล้ว +2

    i click on animation editor but he not do anything

    • @4Lg_Animates
      @4Lg_Animates  ปีที่แล้ว

      Did you clicked at the model too?

  • @_hatemkaram
    @_hatemkaram ปีที่แล้ว +1

    Why won't it work if u get killed by a sword

  • @zamolxes2802
    @zamolxes2802 ปีที่แล้ว +2

    theres just one problem if you have existing animations it doesnt work what do i do?

    • @andreadecapitani4377
      @andreadecapitani4377 ปีที่แล้ว

      publish your animation and copy the id and place the animation id in the script like in the tutorial

    • @zamolxes2802
      @zamolxes2802 ปีที่แล้ว

      @@andreadecapitani4377 still doesnt work bro

  • @shubhayukundu6625
    @shubhayukundu6625 ปีที่แล้ว +3

    If someone's code not working then try this
    wait()
    local Humanoid = script.Parent.Humanoid
    Humanoid.BreakJointsOnDeath = false
    local DA = Instance.new("Animation")
    DA.AnimationId = "rbxassetid://13908385003"
    local DeathAnimation = Humanoid:LoadAnimation(DA)
    Humanoid.HealthChanged:Connect(function(Health)
    if Health

    • @Tjayyk1lledu
      @Tjayyk1lledu ปีที่แล้ว +1

      can you make it where it dosent loop over and over even wehn i ddint set my animation to loop?

    • @shubhayukundu6625
      @shubhayukundu6625 ปีที่แล้ว

      Sure lemme try

    • @shubhayukundu6625
      @shubhayukundu6625 ปีที่แล้ว

      @@Tjayyk1lledu try setting your animation priority to actions

    • @Tjayyk1lledu
      @Tjayyk1lledu ปีที่แล้ว +1

      @@shubhayukundu6625 alright ty

  • @Hieu.2010
    @Hieu.2010 8 หลายเดือนก่อน

    TY! IS WORK!!!!!!!! THXSM

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

    why didnt you place the full link!?!

  • @IAMCRAZY811
    @IAMCRAZY811 ปีที่แล้ว +1

    How do you make it so i doesn't do a loop because when i die the animation keeps playing until i respawn

    • @mycatstares
      @mycatstares ปีที่แล้ว

      You made the animation looped you can do this
      Create an animation
      Check if the rewind button is grey it should be grey not blue
      Publish
      Copy the id
      Or
      You can check in scripts if it's looped = true
      then change it to
      looped = false
      I hope this helps

    • @IAMCRAZY811
      @IAMCRAZY811 ปีที่แล้ว

      @@mycatstares okay

  • @Ptero9119
    @Ptero9119 ปีที่แล้ว +1

    wow

  • @jendupetemitv5913
    @jendupetemitv5913 ปีที่แล้ว +1

    When I die it will make my avatar dissapear

    • @4Lg_Animates
      @4Lg_Animates  ปีที่แล้ว

      Did you putted ur game's settings to be in "R6"? If not then that's the problem

  • @Fawnxo420
    @Fawnxo420 ปีที่แล้ว

    what to do when Player:Move Called but player currently has no humanoid it keeps messing up the animation

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

      it happens because the script destroyed your character model

  • @tarts5688
    @tarts5688 ปีที่แล้ว +9

    If you want it to work when u kill somebody just change the script from local to a regular script

    • @IAMCRAZY811
      @IAMCRAZY811 ปีที่แล้ว +1

      Thank you buddy

    • @morganvr6665
      @morganvr6665 ปีที่แล้ว

      how do i do that?

    • @tarts5688
      @tarts5688 ปีที่แล้ว

      @@morganvr6665 instead of inserting the local script with the tv icon insert the plain white script with no icons on it

    • @TheFlezy
      @TheFlezy ปีที่แล้ว

      wut

    • @TheFlezy
      @TheFlezy ปีที่แล้ว

      @@tarts5688for the animation script?

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

    you popo in a nice way

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

    How to make it play death animation then it ragdolls?

  • @_hatemkaram
    @_hatemkaram ปีที่แล้ว +2

    works in studio not in game?? why?

    • @4Lg_Animates
      @4Lg_Animates  ปีที่แล้ว

      Because you probably did something wrong. Pls re-watch the video to see what you did wrong!

    • @_hatemkaram
      @_hatemkaram ปีที่แล้ว

      @@4Lg_Animates the thing is it works in all games I make but only one not why

    • @_hatemkaram
      @_hatemkaram ปีที่แล้ว

      @@4Lg_Animates is there way to check error? Or like what is stopping it cuz it works in all my other games as I mentioned only one doesn't want to work

    • @_hatemkaram
      @_hatemkaram ปีที่แล้ว

      ​@Stanad ty slot it worked but why does it only work if u reset for example if you get killed by sword it won't work

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

    The link doesn’t work??

  • @robloxahhmonke
    @robloxahhmonke ปีที่แล้ว

    last step was confused. only 1 option was shown in the game settibg

    • @robloxahhmonke
      @robloxahhmonke ปีที่แล้ว

      i did all the correct steps bt now it doesnt work. its in r6 still doesnt work

  • @user-uy9wc1dw2xiscool
    @user-uy9wc1dw2xiscool 8 หลายเดือนก่อน

    i have the old one for some reason so I can't find a good video for that

  • @w0lfnotepic71
    @w0lfnotepic71 ปีที่แล้ว +1

    could this work if i made the animations r15?

    • @4Lg_Animates
      @4Lg_Animates  ปีที่แล้ว +1

      Yep but you have to set ur game to be for "R15" instead of "R6" in the game's settings to the avatar option

    • @w0lfnotepic71
      @w0lfnotepic71 ปีที่แล้ว +1

      @@4Lg_Animates ok thanks

    • @4Lg_Animates
      @4Lg_Animates  ปีที่แล้ว +1

      @@w0lfnotepic71 No problem

  • @RankedSFM
    @RankedSFM ปีที่แล้ว +1

    Thank you very much it helped me a lot, but I have an error when I die I just stay there lying there and I don't reappear

  • @gamingenio
    @gamingenio ปีที่แล้ว +1

    Man i found it im dumb

  • @86K1
    @86K1 ปีที่แล้ว +1

    does it work in first person?

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

    nani

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

    i cant find the models

  • @Axel.477
    @Axel.477 ปีที่แล้ว

    its nice and all but why does the character dissapear after like half a second

    • @y1nyt353
      @y1nyt353 ปีที่แล้ว

      idk, i change it to 4 its not dissapear

  • @Cheese45542
    @Cheese45542 ปีที่แล้ว

    for some reason i dont respawn

  • @itz_darkened8183
    @itz_darkened8183 ปีที่แล้ว

    what happened to the other two gamers

  • @justaguy.9477
    @justaguy.9477 ปีที่แล้ว

    Bro went flop.

  • @blackmaster77ytube
    @blackmaster77ytube ปีที่แล้ว

    is anim priority action

  • @gamingenio
    @gamingenio ปีที่แล้ว +2

    How do you find the script

    • @Arthurdev-u5n
      @Arthurdev-u5n 8 หลายเดือนก่อน

      emmmm bro it just says it in the vid

  • @Jade_4ded
    @Jade_4ded ปีที่แล้ว +1

    it isnt working

    • @4Lg_Animates
      @4Lg_Animates  ปีที่แล้ว +1

      You probably did something wrong,the tutorial is working dude

    • @Jade_4ded
      @Jade_4ded ปีที่แล้ว

      @@4Lg_Animates i dont really know how to do the id thing, but i tried, the animation wont play tho

  • @TheRealKensterBoosteryt
    @TheRealKensterBoosteryt ปีที่แล้ว

    Fun fact! I don’t care if you are first

  • @SuperWeegeeLoganMovies
    @SuperWeegeeLoganMovies ปีที่แล้ว

    im 2th