(OUTDATED) How to ANIMATE in Roblox Studio

Sdílet
Vložit
  • čas přidán 17. 11. 2022
  • As of 12/16/23 this tutorial is officially outdated.
    In this video tutorial, learn how to animate in Roblox Studio! From creating an animation controller to setting up a timeline and adding frames, learn all the essential steps to start animating your Roblox creations! With these valuable tips, you can start creating your own animations and bringing your projects to life! Thanks for watching, hope you enjoy the video and have a good day. Subscribe to the channel and like the video. 😎
    Follow me on my Blog: rustysillyband.blogspot.com/2...
    #roblox #robloxstudio #robloxstudiotutorial #robloxstudioanimate #robloxanimation #robloxanimations #animation #tutorial
  • Jak na to + styl

Komentáře • 1K

  • @rustysillyband
    @rustysillyband  Před rokem +266

    Script:
    local anim = script.Animation
    local humanoid = script.Parent.Humanoid
    local animTrack = humanoid:LoadAnimation(anim)
    animTrack:Play()

    • @Swiftyydemon
      @Swiftyydemon Před rokem +12

      Ok so now how to i make it so the player clicks a key and the player will do the animation?

    • @rustysillyband
      @rustysillyband  Před rokem +16

      ​@@Swiftyydemon Is the key an object? If so, you'll need to make a function that fires when the key gets clicked on. To do so, add in a click detector to the key and make a function in the script that reads:
      Game.Workspace.Key.ClickDetector.MouseButton1Click:Connect(function()
      end)
      For some better details, you can go watch my "Unleash your emotes in Roblox Studio" video, but change the function that plays the animation to the function I just gave you. Let me know if that works :)

    • @Swiftyydemon
      @Swiftyydemon Před rokem +8

      @@rustysillyband not trying to be mean but when I clicked on this video I was expecting no scripts but I knew I could just copy and paste your comment so when you tell me all that I'm just super confused

    • @Surfphreak
      @Surfphreak Před rokem +3

      @@rustysillyband i have two antimations done but idk how to activate both at the same time

    • @rustysillyband
      @rustysillyband  Před rokem +4

      @@Surfphreak So basically you just need to add in another animation to the script (make sure you paste your animation id in that) Then add some more stuff to the script, try this.
      local anim1 = script.Animation1
      local anim2 = script.Animation2
      local humanoid = script.Parent:WaitForChild("Humanoid")
      local animtrack1 = humanoid:LoadAnimation(anim1)
      local animtrack2 = humanoid:LoadAnimation("anim2")
      animtrack1:Play()
      AnimTrack2:Play()
      I'm not actually sure if this will play both at once. it might be better just to combine both animations into one animation. Let me know how it goes. Thanks for watching!

  • @Leverbroad
    @Leverbroad Před rokem +55

    im learning how to make running, dying, jumping, and idle animations

    • @rustysillyband
      @rustysillyband  Před rokem +10

      Nice!

    • @kolkagaming1234
      @kolkagaming1234 Před 11 měsíci +1

      Yeah roblox should allow the community to make some animations

    • @GGFTB1
      @GGFTB1 Před 10 měsíci

      Good job I’m impressed!! You should upload them to CZcams I bet they’re good!!

    • @skylarporter6
      @skylarporter6 Před 10 měsíci

      Ooh that’s cool

    • @BRATICISBACK
      @BRATICISBACK Před 9 měsíci

      It sooo ezzz

  • @koroanimations5116
    @koroanimations5116 Před rokem +16

    I've been a 2d animator for like 4 years now , I just realised roblox animating way more easier since you don't have to work on every single frame

    • @rustysillyband
      @rustysillyband  Před rokem +7

      True, Roblox definitely makes it easy. Congratulations on four years of animating though! That's really impressive!

    • @koroanimations5116
      @koroanimations5116 Před rokem +3

      @@rustysillyband Tysm man I appreciate it (:

  • @FLTGrapes
    @FLTGrapes Před rokem +85

    I love how you explain to us how it works and not just telling us to do this like other videos, nice job!

    • @amanewithjesus5244
      @amanewithjesus5244 Před rokem +2

      Jesus is lord follow him and you will be saved v

    • @BloxTheMvp
      @BloxTheMvp Před 11 měsíci +5

      @@amanewithjesus5244 yeah, but this guy taught me how to animate

    • @ElMiguelR156
      @ElMiguelR156 Před 10 měsíci

      i like yo dike

    • @feizal_
      @feizal_ Před 8 měsíci +2

      @@amanewithjesus5244 im muslim but i respect by christian brothers(btw he never stated unequivocally that he is god)

  • @alazyskeleton
    @alazyskeleton Před 11 měsíci +2

    tbh this is the only video that teached me animating now im animating really good thx to you rusty !

  • @Warlordsvc
    @Warlordsvc Před rokem +13

    Thanks to this video I can finally kick start my hobby as trying to be a modeler,animator and programmer

  • @Soulishere267
    @Soulishere267 Před 11 měsíci +11

    Thank you it really helped!But i kinda made a long jump by accident-Still it looks good!Thank you again for explaining it basically and not making it complicated like the others :D

  • @averagemusketlord712
    @averagemusketlord712 Před 7 měsíci +2

    Thank you, this helped so much with me animating my models in my projects, you have gained +1 subscriber!

  • @mursalin-muhtasim
    @mursalin-muhtasim Před rokem +1

    TYSSSM Any animation guides never worked TYSM

  • @OfficalGaming247Channel
    @OfficalGaming247Channel Před rokem +11

    TYSM! NOW I KNOW HOW TO ANIMATE A LITTLE MORE!!!!

  • @BellalVa
    @BellalVa Před rokem +8

    THANK YOU!! This was the easiest tutorial I could follow great job! :D

  • @Little_Sime
    @Little_Sime Před 9 měsíci +1

    Thank you, this is better explained than the other tutorials

  • @MolhemMC
    @MolhemMC Před 8 měsíci

    Thank you so much I have been trying to do this for so long! This is the best Tutorial ever!

  • @ikesolomona9286
    @ikesolomona9286 Před rokem +57

    He said he wanted he wanted 5 likes and got 1k+ more. Great tutorial, was going to try your jump but found myself creating a jumping uppercut into left straight punch by accident haha. All thanks to you man, take my subscribe.

  • @FlorizDev
    @FlorizDev Před rokem +6

    Thanks for helping, i did only need to know where the new animation editor was because usually it is in plugins but new updates so yeah

    • @rustysillyband
      @rustysillyband  Před rokem +2

      I was a bit confused when the new update came out too lol, glad I could help.

  • @brennanmask6024
    @brennanmask6024 Před 8 měsíci +1

    Im a beginner animator and let me tell you, this video has helped SO much :D

  • @EzLagz
    @EzLagz Před rokem +1

    This was great! I was looking everywhere for a tutorial on this topic!! Thank you!!

  • @HiPopcarn
    @HiPopcarn Před rokem +11

    Awesome and really helpful video! Have you/can you make a video where we use these scripts on a npc's movement (e.g. Npc that walks and has an animated walk cycle)? Thanks and have a great day! :)

    • @rustysillyband
      @rustysillyband  Před rokem +4

      Thanks for the idea! I'd love to try that, but for now I am having a few difficulties with Roblox at the moment.

  • @Pro_Huilon_199_19
    @Pro_Huilon_199_19 Před rokem +3

    THANKS WORKING!

  • @nicktheguy268
    @nicktheguy268 Před 8 měsíci

    thanks, this really helped and improved my animating. Now I can script and animate fighting games.

  • @ApexReflexX
    @ApexReflexX Před rokem +11

    Great video! But I have one question, when your animating and you change the time length, you know how the key frames get smaller and closer together? Is there any way to keep them at the same distance they are visually and just scroll to the end of the animation editor? Thanks!

    • @rustysillyband
      @rustysillyband  Před rokem +3

      I do not believe there is a way to do that. At least not that I know of.

    • @ApexReflexX
      @ApexReflexX Před rokem +2

      Ok thanks again!

    • @amanewithjesus5244
      @amanewithjesus5244 Před rokem +4

      Jesus is lord follow him and you will be saved v

    • @user-xl9rr4nt4z
      @user-xl9rr4nt4z Před 9 měsíci

      @@amanewithjesus5244 Okay? why are you commenting that on here?

  • @janmedina6065
    @janmedina6065 Před 10 měsíci +8

    The scripting part left me in emotional shambles. I cannot stop crying for the life of me. The tears won't stop, would not rec!

    • @rustysillyband
      @rustysillyband  Před 10 měsíci +3

      Sorry about that! Unfortunately, it's the only way to make the animation play..

    • @van5588
      @van5588 Před 9 měsíci +1

      its actually not working with 0 errors

  • @CashyyDan
    @CashyyDan Před rokem +1

    Tysm!

  • @Snackzies94
    @Snackzies94 Před rokem +1

    Thanks for the tutorial!

  • @FlameAndSlime
    @FlameAndSlime Před rokem +43

    Great tutorial! Thorough, detailed, straight to the point

    • @TheFloridaMonkey
      @TheFloridaMonkey Před rokem +2

      how the heck is that straight to the point i just want to create a freaking frame and the video is 13 minutes long UGHH

    • @SupperSoup
      @SupperSoup Před rokem +3

      @@TheFloridaMonkey lmaooo

    • @Upupandplay
      @Upupandplay Před rokem +1

      Exactly

  • @Serv1edEmpire
    @Serv1edEmpire Před rokem +3

    Nice video keep it up!

  • @n64gamer_45
    @n64gamer_45 Před rokem +1

    Thx so much!

  • @Greeny93
    @Greeny93 Před rokem +1

    tysm!

  • @Shaynimations
    @Shaynimations Před rokem +4

    When you said "A nice... vibrant green."
    I KNEW YOU WERE GOING TO SAY THE WORD "VIBRANT" SOMEHOW I JUST KNEW IT!
    Also 10/10 tutorial subbed!

    • @rustysillyband
      @rustysillyband  Před rokem

      Thanks! You know what they say, great minds think alike lol!

  • @Abirnox
    @Abirnox Před 6 měsíci +3

    A problem I’m having is everytime I want to rotate something, it stops the animation and it says “click here to continue animation”
    Then when it finally rotates and I want to move something, the same thing happens

    • @rustysillyband
      @rustysillyband  Před 6 měsíci

      You can press R to switch between rotation and moving in the animation editor.

  • @Copper_broadsword
    @Copper_broadsword Před 8 měsíci

    this turtiorl is amazing keep up the good work

  • @Sponk233
    @Sponk233 Před 11 měsíci +1

    Thanks I just started so this helped a lot

  • @pappithy
    @pappithy Před rokem +116

    Hey Mr.Rusty, How do I loop the animation?

    • @rustysillyband
      @rustysillyband  Před rokem +43

      3 buttons to the right of the play button. There should be a button that looks like a playbutton with a rewind symbol around it. Try pressing that and it should work. Thanks for watching!

    • @greenja4688
      @greenja4688 Před rokem +23

      animtrack.looped = true

    • @rustysillyband
      @rustysillyband  Před rokem +15

      @@greenja4688 That also works. Thanks for helping!

    • @nevergonnagiveyouup8069
      @nevergonnagiveyouup8069 Před rokem +5

      @@rustysillyband How do I apply my animation to players that join my game?

    • @rustysillyband
      @rustysillyband  Před rokem +5

      @@nevergonnagiveyouup8069You can watch my Custom Animations video for that, it shows how to do all that stuff, but you should just be able to put a local script into the starter player with the same code and it should work.

  • @JuggernautWare
    @JuggernautWare Před rokem +3

    Sup, Rusty! Do you know how to play two animations at once? Like running and punching?

    • @rustysillyband
      @rustysillyband  Před rokem +1

      Honestly, I've never tried two animations at once. I'd imagine it'd be something like this:
      local anim1 = script.Animation1
      local anim2 = script.Animation2
      local hum = script.parent.Humanoid
      local animTrack1 = hum:LoadAnimation(anim1)
      local animTrack2 = hum:LoadAnimation(anim2)
      animTrack1:Play()
      Animtrack2:Play()
      Or maybe if you wanted, you could put a wait in-between them, so the character would be running, and then he could punch. Or you could just add the punch animation in with the run animation. The possibilities are endless, thanks for watching. Hope this helps. (ps. Make sure you "publish to Roblox" and save their ids in different animations in the script.)

  • @tokyo.legends
    @tokyo.legends Před 7 měsíci

    bro thank you so much i never did something this easly in roblox studio

  • @Dread234
    @Dread234 Před 11 měsíci

    Thank you it helped so much

  • @bobjog4
    @bobjog4 Před rokem +4

    pro tip: to make the smoothest anims untick the tick box beside move and rotate

  • @dxripSkit
    @dxripSkit Před rokem +3

    Hey Mr Rusty! I just subscribed and i was wondering if u could add the script in the desc more often?

    • @rustysillyband
      @rustysillyband  Před rokem

      Sure! I was thinking of doing that. I'll make sure to do so!

  • @Dr.GreenD17
    @Dr.GreenD17 Před rokem +2

    Thank you for taking the time to show us, instead of rushing through. New Sub.

  • @theborger7844
    @theborger7844 Před 10 měsíci +1

    I'm going to use this information to attempt to animate a fight
    Thank you

  • @Leonard69
    @Leonard69 Před rokem +1

    Thank you that will help me a lot!

  • @adorablewenny1092
    @adorablewenny1092 Před rokem +4

    Amazing tutorial i love it! but i have a question i can't see the box where i can paste the animation ID in 9:52 can you tell me what should i do?

    • @timothy7988
      @timothy7988 Před rokem +1

      Go touch your arrow to the script and you will see a plus button, now press the plus button and search "Animation" press the animation button and whapow. Enjoy.

    • @rustysillyband
      @rustysillyband  Před rokem +1

      Thank you for helping!

    • @timothy7988
      @timothy7988 Před rokem +1

      @@rustysillyband Thanks for helping me too make an animation for my game "Juggernaut" you are an amazing teacher.

  • @sammy_is_british
    @sammy_is_british Před 11 měsíci +1

    thank for the help

  • @metingaming6816
    @metingaming6816 Před 11 měsíci

    tysm
    best yt roblox turoryal

  • @Train2822
    @Train2822 Před rokem +3

    I have another question. Is there any way for the animation to appear when I touch a part(i asked you how the animation starts when I touch a part) and then when the animation ends it disappears?
    I'm trying to remake Doors...

    • @rustysillyband
      @rustysillyband  Před rokem

      Hmmm... Let me think 🤔

    • @rustysillyband
      @rustysillyband  Před rokem

      Are you talking about something like the Seek chase, where he rises out of the ground chases you, then disappears? If so. I think I can help with that. Let me try a few tests to make sure it works the way I'm thinking. I'll get back to you once I'm sure it works.

    • @Train2822
      @Train2822 Před rokem

      @@rustysillyband Yes. and Thanks again! :)

  • @SourMangoRoblox
    @SourMangoRoblox Před rokem +3

    Can you do how to make a avatar point as a png?

  • @FEG_Studio
    @FEG_Studio Před rokem +2

    Thanks for the video

  • @NLIOMEX
    @NLIOMEX Před 9 měsíci

    As a roblox animator the animation is not Bad i had made animations like that so rusty keep on learning on making animations ;)

  • @averycool7499
    @averycool7499 Před rokem +3

    How do you copy keyframe

    • @rustysillyband
      @rustysillyband  Před rokem

      You can click on the keyframe you want to copy, and then right click and press copy.

  • @Adenshort82
    @Adenshort82 Před rokem +4

    hey rusty, can you teach how to make very basic gears like a sword? thanks!

    • @rustysillyband
      @rustysillyband  Před rokem +1

      Sure!

    • @Adenshort82
      @Adenshort82 Před rokem +2

      @@rustysillyband thanks! another suggestion is can you make a teaching vid on how to make simplistic powerups? like a orb u can hold to increase your speed or an orb you click to then give 50 health? thankyou!

    • @rustysillyband
      @rustysillyband  Před rokem +1

      @@Adenshort82 I'd love to!

    • @Adenshort82
      @Adenshort82 Před rokem +2

      @@rustysillyband thanks!

    • @rustysillyband
      @rustysillyband  Před rokem +2

      @@Adenshort82 No problem, I'll try to make that video soon!

  • @rias3035
    @rias3035 Před rokem +2

    thank you!

  • @Chupacabra3411
    @Chupacabra3411 Před rokem +1

    hey, im trying to make a sorta zombie game, and i made an animation using your video (really did help!)
    is there any way to make it so if a player is in range, it does the animation (it attacks literally just by touching the humanoid)
    by the way, congrats on your new sub!

  • @thelampgamer
    @thelampgamer Před rokem +15

    Rusty silly band I demand a rematch for 1v1

  • @heebie9550
    @heebie9550 Před rokem +12

    This isn't moon animator whatsoever.

    • @rustysillyband
      @rustysillyband  Před rokem +4

      Yeah lol, I prefer to use Roblox's animation editor.

    • @JOOSEBOXES
      @JOOSEBOXES Před rokem +3

      Now it costs money💀

    • @p4n-dev
      @p4n-dev Před rokem

      @@JOOSEBOXES I have a cracked version ez 😎

    • @SolidFrogge
      @SolidFrogge Před rokem

      @@p4n-dev possible to have it?

    • @BloHead
      @BloHead Před rokem

      @@SolidFroggebuy it for free
      how? be early and download it before it was paid!

  • @Drkcatt
    @Drkcatt Před rokem +1

    This honestly helped so much Ty!

  • @HyperAngel293
    @HyperAngel293 Před 11 měsíci +1

    Finally one who does it step by step

  • @BeholdtheEMDGESD40-boeing747
    @BeholdtheEMDGESD40-boeing747 Před 11 měsíci

    Thanks for the tips they really helped

  • @vuk_000
    @vuk_000 Před 10 měsíci +1

    bro thank you so much :)

  • @TheRealKylazzz
    @TheRealKylazzz Před 9 měsíci

    Great job on hitting 6k subs!!!

  • @flam2go
    @flam2go Před 8 měsíci

    THANK YOU!!! I LITERALLY SEARCHED EVERYWHERE FOR A EASY ONE, AND THIS HELPED ALOTTT!! THANK YOU THANK YOU AGHHH

  • @gregory0fficial916
    @gregory0fficial916 Před rokem +2

    This is really gonna help me :) ty!

  • @nicoletoocute
    @nicoletoocute Před rokem +1

    Tysm

  • @dxter7883
    @dxter7883 Před 10 měsíci +1

    I really like the flash and I have been wanting to make a cinematic shot in roblox, I tried doing it in other games but that didn't work so I came here, I hope I can make it.

  • @burgerbrush
    @burgerbrush Před rokem +1

    i was so confused before watching this video, thanks

  • @rshi12345
    @rshi12345 Před 10 měsíci +1

    Very Understandable Thank you for this video!

  • @ilijayt7080
    @ilijayt7080 Před 10 měsíci +1

    You helped me soo much THANK YOU

  • @angelinajovanova9385
    @angelinajovanova9385 Před rokem +1

    thanks it worked!
    now i can learn more about animating!

  • @suiaxolochi4839
    @suiaxolochi4839 Před rokem +1

    Thanks for the tutorial mate, I'll sub to ya cuz I'm still learning Roblox Studio

    • @rustysillyband
      @rustysillyband  Před rokem +1

      Thanks for the sub! Good luck learning Roblox Studio, I've got lots of other tutorials if you need them!

  • @leongame07
    @leongame07 Před 10 měsíci +1

    TYSM

  • @manslaughtermango
    @manslaughtermango Před rokem +1

    This is the best tutorial on animation I've seen!

    • @rustysillyband
      @rustysillyband  Před rokem

      Thanks! Feel free to check out my other tutorials on animation!

  • @Domminopickle
    @Domminopickle Před rokem +1

    Thanks :)

  • @gencodethailand5007
    @gencodethailand5007 Před rokem +1

    Thank you so much! I need this vdo after finish watching the creating custom monster in Blender.

  • @spoochila2517
    @spoochila2517 Před rokem +1

    It works thank you so much

  • @TXTTIMEPREGUNTO
    @TXTTIMEPREGUNTO Před 6 měsíci

    This guy actually gets straight to the point and explains thouroughly Good video 1+ Subscriber

  • @Artsyhh
    @Artsyhh Před 5 měsíci

    Thank you so much

  • @jarredrobinson3725
    @jarredrobinson3725 Před 6 měsíci

    ty very helpfull

  • @vinniluca4936
    @vinniluca4936 Před rokem +1

    ty :)

  • @razarler
    @razarler Před rokem

    Thanks for helping im currently working on a scp game and this helps me to make the animations i need to make them scarier

  • @Jakethemanback
    @Jakethemanback Před rokem +2

    Thx it helped

  • @CapybaraStudios
    @CapybaraStudios Před rokem +1

    Thanks! Very helpful!

  • @Moneymoneycash
    @Moneymoneycash Před 9 měsíci

    Thank you bro

  • @tryuhar
    @tryuhar Před rokem +1

    Bro omg tysm i couldnt find a one that would work but htis one did tysm.

  • @user-xs1do8qo7s
    @user-xs1do8qo7s Před 3 měsíci

    thank you so much bro

  • @Amelux8
    @Amelux8 Před 10 měsíci +1

    LOVE IT ❤

  • @BaconBoiXD3162
    @BaconBoiXD3162 Před 10 měsíci +2

    thanks i just watched insert id of animation!

  • @EGE-VR
    @EGE-VR Před 8 měsíci

    Thank you

  • @RobloxDoors143
    @RobloxDoors143 Před 11 měsíci +1

    Thanks for the tutorial now I can animate Figure!

  • @shadowthewizardandfrostthe1590

    nice turtorial and ur aniation was very nice dude

  • @broksen2359
    @broksen2359 Před rokem +1

    ty

  • @ACKNOLOKIA.
    @ACKNOLOKIA. Před rokem +1

    great help!!thanks bro this helped me cause am a newbie dev!!

  • @er_aviation
    @er_aviation Před rokem +1

    Aaaa
    Another one lmao
    I just found this cuz i searched on how to animate lol
    This is very helpful for my gun game as i need to animate my own reload, idle, and run animations for my guns

  • @Vixy_star
    @Vixy_star Před rokem +1

    THANKS IT WAS REALLY HELPFUL

  • @ashgentry-tq2nr
    @ashgentry-tq2nr Před rokem +1

    thank you :)

  • @mj31511
    @mj31511 Před 11 měsíci +1

    Needed this for my predator game lol
    Thanks

  • @nolannono31
    @nolannono31 Před rokem +1

    Thanks you so much

  • @LazySaliwan
    @LazySaliwan Před 8 měsíci

    thanks alot

  • @AquasXD
    @AquasXD Před rokem +1

    thx for the help, doing hazems animation contest rn and this will help very much

    • @rustysillyband
      @rustysillyband  Před rokem

      No problem! Glad it helped you, and make sure to have fun with his competition!!!

  • @Frezi23
    @Frezi23 Před rokem +1

    Thanks bro, i watched so many videos and got nothing, but you actually helped me, i think problem was that animation wasn't looped, but i made anim.looped = true in script, thanks again sir.

    • @rustysillyband
      @rustysillyband  Před rokem +1

      No problem! If you'd like to learn more about animating, you can follow this tutorial here: czcams.com/video/y7_9d-BcgWY/video.html

  • @gogo_jojo7287
    @gogo_jojo7287 Před rokem +1

    Thank you so much sir, you have been a great help in my project. This is so🔥

  • @enriquealejo6569
    @enriquealejo6569 Před rokem +1

    Thank you for your service really cool