How to Make Idle Animation for NPCs in Roblox Studio!

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • BUY MY ASSETS/SCRIPTS: / shop
    BECOME BETTER DEVELOPER: / posts
    JOIN THE GROUP: www.roblox.com...
    GET FREE MODELS: / discord
    BUY MY ASSETS/SCRIPTS: clearlydev.com...
    PLAY MY NEW GAME: www.roblox.com...
    epidemic sound: www.epidemicso...

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

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

    Buy my assets: clearlydev.com/public-marketplace/erexx-inc

    • @Aradum-pm6so
      @Aradum-pm6so Месяц назад

      whenever i use that script for some time now later like weeks later or idk but it makes no animation whatsoever for mine it did work before thought but not anymore can you please explain how to fix this?

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

      @@Aradum-pm6so I'm not exactly sure what you are talking about but if you bought something with my animations use animation spoofer to publish them as yours and it should work. Also if you want the game to be on group you need to publish them under the group where it usually says "Me".

  • @HeyLittleTown
    @HeyLittleTown Месяц назад +26

    local humanoid = script.Parent.Humanoid
    local anim = script.Animation
    local track = humanoid:LoadAnimation(anim)
    track.Looped = true
    while task.wait(4) do
    track:Play()
    task.wait(4)
    track:Stop()
    end

  • @zesk4058
    @zesk4058 5 месяцев назад +3

    I like how simple this tutorial is, keep doing what your doing man!✌

  • @user-nq1np2qn3z
    @user-nq1np2qn3z 4 месяца назад +3

    OMG TYSM IT ACTUALLY WORKS!! past like 20 minutes i was trying to find an actuall working script, then i find this and finally makes my npc to move!! keep making these tuts :DDDDDDD

  • @MasonIsBae
    @MasonIsBae 5 месяцев назад +3

    please keep making these tutorial its very useful for up and coming developers

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

      Of course, glad it helped!

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

    OMG THANKL YOU SOO MUCHHH!!! THIS I THE FIRST SCRIPT THAT ACTALLY WORKS COMPARED TO THE OTHERS

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

    Great tutorial, and thanks for not having those annoying AI subtitles throughout the whole video.

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

      Thanks, I don't use AI for them tho

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

      @@ErExxMASTER ik, im talking about other RUclipsrs that have the giant obnoxious subtitles throughout the entire video, makes the tutorial a bit harder to follow.

  • @Heyiamlukee
    @Heyiamlukee 28 дней назад +2

    Bug fixes:
    If you did everything correct and it doesnt still load, change the word "anim" in the script to whatever you named the animation. In the video he named his IdleAnimation, so replace both of the words that say "anim" in the script to IdleAnimation, this helped me!

    • @vuryast9530
      @vuryast9530 28 дней назад

      it still doesnt work

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

      @@vuryast9530 nothing works at all why is everyone able to work

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

    OMG I NEEDED THIS YESTERDAY HAHA thank you!

  • @PyratGarcia
    @PyratGarcia 28 дней назад +1

    But when I clicked script then animation. It doesn't show the properties so I can paste the ID animation.
    How??? :(. Pls help I really wnated to do this

    • @Bloxxer425
      @Bloxxer425 26 дней назад

      go to the "VIEW" tab on the top, and press properties at the left

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

    Thanks bro! Great vid

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

    cool tutorial!

  • @sharkySG523
    @sharkySG523 26 дней назад

    Perfect every tutorial had the same script but that script was causing errors so thanks

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

    i used this same exact script but it only would work for me and not anyone in the game would see, and when I rejoin studio and come back all of a sudden, the script would stop working

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

    quality content and editing

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

    is it possible to make it with R15 emotes instead of animations? 🧐 but still great tutorial!

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

      you just need the emote id, which I believe you can find on Roblox site under Avatar > Animations > Emotes

  • @monikal.6860
    @monikal.6860 26 дней назад

    tysm bro

  • @-sany.
    @-sany. 3 месяца назад +1

    i tried to loop an animation, but idk how to stop it

  • @PyratGarcia
    @PyratGarcia 28 дней назад

    W can I unlock the tab of properties of rig???

  • @FatBoy_Matt
    @FatBoy_Matt 28 дней назад

    TYSM! but can you make it so the rig has to be anchored but its fine if u dont do it cause i dont need it its just an idea

    • @ErExxMASTER
      @ErExxMASTER  28 дней назад

      @@FatBoy_Matt you can anchor humanoid root part and the rig wont move but animation will play

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

    Thx dude

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

    it dont work for me :(

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

    This works too --
    local humainoid = script.Parent.Humanoid
    local anim = script.Animation
    local track = humainoid:LoadAnimation(anim)
    track.Looped = true
    while task.wait(2) do
    track:Play()
    track.wait(2)
    track.Stop()
    task.wait(math.random(1, 5))
    end

  • @LampyOFICIAL
    @LampyOFICIAL 3 месяца назад +6

    how to make other clients see it?

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

      Use remote events in that case, look it up coukd help

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

    It loads in studio but not inside the game. How can i fix?

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

    Hmm, it's fine with everything, but when I entered my brother's animation, his two animations didn't appear

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

      can't use other peoples animations, publish your own or use a plugin to convert it to yours

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

    How do I make it just loop without the animation stopping?

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

      I did everything correctly and I am grateful for how well it works, however despite having the animation thing set to loop the animation stops for one second and then replays

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

    ty

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

    how do i add animations when he moves?

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

    TYYYYYYYYYYYYYYYYYYYYY BROOOO

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

    do i have to use a dummy
    or any model good?

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

      You have to use a dummy, normal parts/models won't work

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

      @@ErExxMASTER how to make it work on imported characters?

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

      @@two2seven7 if the rig is not R6 type than I think you'll have to animate it seperatly. Except if you can somehow convert the animation or something, I'm not excelent on the topic so check on the dev forums.

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

    quick question: is the animation visible on any client? I've been dealing with this issue for quite a while

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

      wdym by "any client" ? And it's a normal scripts so its visible to everyone at the same time.

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

    how can i make it so you cant push the npc? when i anchor it it doesnt play the animation

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

      @@lyricrl if the rig is R6 and you anchor humanoid root part than it can't move and it will play the animation if you did everything correctly

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

    Hey when I made the animation it worked for me when I played and then my friend joined my game using team create and he couldn’t see the animation I did everything the video said but it didn’t work I used moon animator to animate but it only showed for me and not for my friend is there any fix?

    • @Aradum-pm6so
      @Aradum-pm6so Месяц назад

      my guy he will not see yours in roblox studio publish the game then make it public, friends or whatever then join that game instead of going to join in roblox studio

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

    What if I wanted the animation to play continuously?

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

      Then just click on the loop icon in animator, set the animation to idle and load animation in the script and put animation:Play() and that's it

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

    🙏

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

    How do i export it :(

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

      Click Publish to Roblox while in Animator

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

    not works for me

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

    1:20

  • @themann-bx1qp
    @themann-bx1qp 2 месяца назад

    it doesnt work i did every thing you did

  • @Stream-s3n
    @Stream-s3n 13 дней назад

    when im ingame it wont move

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

      Check if you have "Drafts" turned on. But also Roblox might have updated something.

    • @Stream-s3n
      @Stream-s3n 13 дней назад

      @@ErExxMASTER how do i check drafts?

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

      @@Stream-s3n under the View tab there should be like a button "Drafts". It usually enables itself if you use team-create. It's use is that owner of the game needs to approve the scripts for them to work incase someone on team-create changed them. It's unlikey that's the problem if you are working alone tho. So probably roblox update or smth.

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

    can u use custom rigs?

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

      @@zeezeedoom yes but I think you need to animate them separetly if the joints are not in similar places

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

    Dont work

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

      worked for 100+ ppl, so you did something wrong I guess

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

      @@ErExxMASTER aw :(

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

      @@ErExxMASTER It's really not working

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

      ​@@GoofyVergil I mean it literally does, you can see it in the video... you just did something wrong

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

      8 did EVERYTHING thats on the vid IT DIDINT WORK. ​@@ErExxMASTER

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

    why this not work for me .-.

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

      You pobably wrote something wrong or made it for R15, unless Roblox changed something in the past weeks

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

      restarted

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

    Doesn't work thx for nothing

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

      Bruh, it works perfectly, probably you just did something wrong, pay more attention.

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

      yeah if the script does not work then look at the video and compare it to your script you made

    • @Exorcsstt
      @Exorcsstt 8 часов назад

      @@Chicobonitao3 Mine is completely accurate yet it does not work and I can guarantee I paid attention

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

    none of the 10 tutorials i watched worked, including yours

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

      Worked for more than 100 ppl so you did something wrong I guess.

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

      @@ErExxMASTER Doesnt work at all, roblox changed it. LOL.

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

      works for me smh

  • @Raphael-jv8fp
    @Raphael-jv8fp 2 месяца назад

    Trash

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

      you just can't even copy paste a video 😂

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

    i followed the instructions but i didnt use my own animation, and when i join the game the character doesnt move! did i do something wrong?
    (edit) i checked the comments and turns out the humanoid root part was anchored and i had to use a dummy, i made the changes and the character still doesnt move :/
    (edit 2) turns out i have to use my own animation

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

    local humaniod = script.Parent.Humanoid
    local anim = script.Animation
    local track = humaniod:LoadAnimation(anim)
    track.Looped = true
    while task.wait(2) do
    track:Play()
    task.wait(2)
    track:Stop()
    end

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

    it doesnt work for me