I know I've already made a few tutorials on this subject in the past, but they've become outdated and I figured I'd update them. Script: local animation = Instance.new("Animation") animation.AnimationId = "rbxassetid://000000" -- Replace with your Animation Id local animationTrack = script.Parent.Humanoid.Animator:LoadAnimation(animation) animationTrack:Play()
@@amirmostafa7885 I personally do not use the Moon Animator, so I'm unsure. However, if you would like to test it out, you sure can! Thanks for watching, have a great day!
dude thank you so much i have absolutely no knowledge of lua (all i can really do in coding is make a scratch game) and i finally got a animation to work
Hi Bailey getting back into roblox studio animation for Roblox.I decide I'd like to try out making my own game I just stumbled upon your video and it explained it very easily to understand and follow.Thank you for the instructions
You made me love animation, everything you showed in this video was amazing, and well understood, thank you for also zooming in to the script and animation, I have trouble seeing from afar.😃
tried this and now when i play the animation, the animation wont play????????????? I followed it i dont understand what i did wrong lmao (I added a humanoid and after posting this comment i removed the humanoid cuz i saw there were 2 and then i tried playing the animationtand it played 💀💀💀💀)
Hello, I understand how to use key frames and stuff but could you also make a tutorial or how to record? I want to pose animation like PMdamiann or Potemer
Question: When I publish the animation and I go test it out in the Playtest in the studio, it does not show the animation just the character. How do I fix this?
I have just decided to copy the animation over and over. I put it in the health script and it worked for me. No idea why that happened. Thanks for the video.
I have an issue. My rig's head is supposed to be completely still until a specific keyframe, but the head just slowly moves until it reaches the keyframe. Can you help?
This might sound confusing, but how do I start my game with an animation? Like when you first join, you can see an avatar(example: my avatar) moving before you play the game.
Hi there! There should be a button to the right of the play button in the animation editor that will enable looping on your animation. I believe the icon for it is a little arrow spinning in a circle. Thank you so much for watching, have a blessed day!
Hey, I think you remember me. The seek chase that I requested for like a year now has been outdated. Can you help me make the seek chase again? But this time, the rise animation will not have the kill brick and will look like it’s running after you, then after the animation, the rise animation stops and then replaced by the one with the kill brick chasing you
Hey rusty! I very much enjoyed this tutorial and the previous one as well as it helped me play the animations for both the rig and the player. I made a animation of the player sitting down and when it ends, it puts the player back into a standing position. Added a whole body key frame of the position as well. I don't have it on looping and would greatly appreciate some advice on how to keep it in the sitting position as well as how to play the animation with a GUI button, maybe a keyboard bind or tool! Thanks for the clear and concise video with great explanations when needed on functions and features!
Hi there! Amazing question by the way. For that, you will want to create two separate animations. One animation for the player being seated, and then another one for the position the player will be in while sitting. The one of the player sitting will need to be looped while the other one won't need to be. After that, simply play the sitting animation after the being seated animation and you should be good to go! You can also stop the sitting animation when the player gets up so that way they will go back to standing. As for the GUI button playing an animation, you can simply create a text button and run a function off of it being clicked. Like this: script.Parent.MouseButton1Click:Connect(function() animationTrack:Play() end) Thank you so much for watching, I hope you have a great day!
I’m watching this and looking at my computer, two separate apps from the looks, I’m using Roblox studio and looking at this and they are two separate things, I’m not sure what’s wrong or if I did something wrong
Hi RustySillyBand i've tested this tutorial and it worked but when I made a new animation on a new baseplate, the animation wont run ingame. I double checked the script and everything was precise but I still couldn't understand why, so I made a new rig and made some animations and placed the script in the animation but it still wouldn't start. Do you have any solutions? please respond and thanks.
It could be that the new baseplate isn't saved. Maybe try saving the game to your account and then try it? If that doesn't work, I'm not too sure what the problem could be..
sorry ,let me understand does roblox need a script to activate trivial animations during the game test? did you know that unity3D, Unreal and many other engines do it without any script? just import a common model into these engines, press play and you can see in real time all the animations you want without a single line of code, all at once.
Yo, I’m a little bit autistic how do I leave the script page because when I press play, it sends me into the game and I don’t wanna be inside the game. I want to get out of the page. But I want this to save.😅
Oh hey, I noticed that you also used the same bg music as I did in a video of mine in this video, how do I get rid of a false copyright strike- (Edit, I think it might be Biscuit by Lukrembo)
Omg- this was so helpful! I’ve been trying to figure out how to do this!(especially sense I have no clue how to script). One small thing that is happening when I play “run” though. I made a sitting animation and when I test it in game they won’t stay in the chair. They float💀. And I can move it if I bump into it. I tried anchoring it but then it doesn’t play the animation. Do you possibly know how I can fix this? Please and thank you.
Hi there! It could simply be a difference in the rig being used. Or it could also be a conflicting script maybe? I'm honestly unsure as to what the core issue could be, but I'm here to help if you still need it! Thank you so much for watching, have an amazing day!
@@rustysillyband It’s okay! I can continue to try and figure it out in my own and do a little research, although I’m sorry I couldn’t explain it amazingly for you to have a better understanding so that there would be a better explanation to why this is happening. Thank you for responding and trying to help out the best you can though! I’m very thankful for it. Have a good day to you as well
i was having the same problem but i realised that copy and pasting the script wasnt working, so u js gotta look at the script in the video and write it it worked for me :D
I know I've already made a few tutorials on this subject in the past, but they've become outdated and I figured I'd update them.
Script:
local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://000000" -- Replace with your Animation Id
local animationTrack = script.Parent.Humanoid.Animator:LoadAnimation(animation)
animationTrack:Play()
Does this also work for Moon Animator?
@@amirmostafa7885 I personally do not use the Moon Animator, so I'm unsure. However, if you would like to test it out, you sure can! Thanks for watching, have a great day!
@@rustysillyband Ok thanks
How to make it a tool tho
@@rustysillybandI’m having trouble making it run, the code might be off a little, can you help?
Thank you! I was having such a hard time figuring out roblox studio, I’m definitely subscribing!
LOL CRY
@@ۥۥۥٴٴٴۥ-تز what?
@@ۥۥۥٴٴٴۥ-تز -10/10 ragebait
This really helped, this was an short and easy explanation that helped me learn about animations!
I'm so glad it helped you understand a little bit more about animations. Thank you for watching, I hope you have an amazing day!
Thank you! I wanted to start animating but I was completely clueless about how to do anything, great tutorial!
my animator will not let me add body parts to it, im using r6, does anyone know how to fix it?
its a bug, use moon animator or stick with R15 for now.
@@GorgusOFFICIAL its not a bug i did with r6 it worked for me
TYSM! VERY HELPFUL, im tryna make it incorperate into the player but still, GOT ME THROUGH THE 1ST PART!
You got this!
@@rustysillyband hello I dont know if you will respond after all of those time but my animation only plays once how do I fix it
@@hard2win0 in animation editor set looping to on and reexport it
Thank you this really helped me out with my animating skills👍👍👍👍👍😀😀😃😃😁😁
dude thank you so much i have absolutely no knowledge of lua (all i can really do in coding is make a scratch game) and i finally got a animation to work
Thanks for the animation tutorial, that’s Brilliant animating and it’s cool!
Your the best for doing this in 2023 me and my friends game looks awesome cause of you
Hi Bailey getting back into roblox studio animation for Roblox.I decide I'd like to try out making my own game I just stumbled upon your video and it explained it very easily to understand and follow.Thank you for the instructions
Thank you so much! This really helped man. You deserve and honor. Thanks once again. Your a real one!
Thank you for your kind words! I appreciate you!
You made me love animation, everything you showed in this video was amazing, and well understood, thank you for also zooming in to the script and animation, I have trouble seeing from afar.😃
WOW TYSM IT ACTUALLY WORKED
This was so hard thank you so much your a lifesaver
Nice vid very underrated, should have more views and likes!
thanks a lot! the only problem that happend was that when i pressed the run button it did the animation but only once. thanks a lot!
Perfect tutorial. I've been waiting for something simple like that keep it up
animation seems way more easier than I thought, thanks!
tried this and now when i play the animation, the animation wont play????????????? I followed it i dont understand what i did wrong lmao (I added a humanoid and after posting this comment i removed the humanoid cuz i saw there were 2 and then i tried playing the animationtand it played 💀💀💀💀)
this vid helped me so much thnxxx rusty
Thanks! Earned a sub
Tysm for the tutorial now i can have fun with making some animations instead of being bored 😁
This will change my life into an animator soon! Thanks!
OK, this deserves a subscriber this will help me so much. I wanna anime combat in Roblox studio
I am so mad right now, the rotating or the moving thing is never showing even though I press R or E LIKE WHAT
BEST tutorial EVERRRRRR
Thx 4 the heart I’m a big fan now!
@rustysillyband can you make another tutorial like this but for like the players?
Dude you just saved like 7 years lol,Tysm,your so underrated
Thanks mate
Thanks! I made my own custom walking animation with this!
TYSM u actually made the important part of my game (Keep your hard work)
thanks but if im making a cutscene how do i animate objects???
You do Script very well. A Script for loading screens that I wouldn't be able to do on my own
My Name Is: "JejKope"
it works but it only does the animation once then stops
Did you set your animation to looped when you made it?
@@MrHanzo12 how do you do that
Thanks so much this helped me so much keep up the good work and I subbed
thanks for making this tutorial it helps alot ;]
Glad it helped!
Thanks! for the past time ive been having to animate backwards because it was weird
Mine for some reason didn't work but i followed all the instructions and it didn't work maybe i did something wrong with the coding
Maybe, it works for me
Nevermind, it doesn’t work for me.
This helped a lot thanks!
Thanks this helped alot and now im gonna make animations
Hello, I understand how to use key frames and stuff but could you also make a tutorial or how to record? I want to pose animation like PMdamiann or Potemer
I follo9this and i was making great progress on my battlegrounds game
Thank you so much man, been trying to animate for the longest time and now I can cause of you. Heres a sub from me🙏
Question: When I publish the animation and I go test it out in the Playtest in the studio, it does not show the animation just the character. How do I fix this?
No idea but if you find it tell me too😢
I copied it down to the finest detail and copied the script down below but mine just stands still, so no idea why
I have just decided to copy the animation over and over. I put it in the health script and it worked for me. No idea why that happened. Thanks for the video.
Thx dude, this helped me alot
my animation works but it doesnt loop can you help?
This tuutorial made me learn so much, before i saw this video i was lost.
This explained too much, my animations are much smoother. Tysm!
that was very helpful thank you😀 one problem. how can i get the player to do this?
I have an issue. My rig's head is supposed to be completely still until a specific keyframe, but the head just slowly moves until it reaches the keyframe. Can you help?
Tysm /thank you so much
You help me going to make my own animation hope god love you
Very well made thank you
This might sound confusing, but how do I start my game with an animation? Like when you first join, you can see an avatar(example: my avatar) moving before you play the game.
thanks for this tutorial bro
i made a slide animation, but for some reason some of the parts like hand and feet are loose, and they just wobble. do you know how to fix that?
It worked! Tysm! Slight problem Im having- I can’t figure out how to get it on repeat/loop-
Hi there! There should be a button to the right of the play button in the animation editor that will enable looping on your animation. I believe the icon for it is a little arrow spinning in a circle. Thank you so much for watching, have a blessed day!
@@rustysillyband thank you! I’ll try that!
OHHH tysm i thought roblox animating is now dead but thx for helping me out
Have you ever heard of pmdamian?
@@Pissdoff13lmao
I really liked this tutorial❤I want to be a Roblox editor like you😊
great tutorial, thank you
How do I make my rig stay in place and not fall down when playing the animation? I mean, anchored?
dawg how do u get that animation coordinates thing when u rotate
Great tutorial, thank you!
Hey, I think you remember me. The seek chase that I requested for like a year now has been outdated. Can you help me make the seek chase again?
But this time, the rise animation will not have the kill brick and will look like it’s running after you, then after the animation, the rise animation stops and then replaced by the one with the kill brick chasing you
Hey rusty! I very much enjoyed this tutorial and the previous one as well as it helped me play the animations for both the rig and the player. I made a animation of the player sitting down and when it ends, it puts the player back into a standing position. Added a whole body key frame of the position as well. I don't have it on looping and would greatly appreciate some advice on how to keep it in the sitting position as well as how to play the animation with a GUI button, maybe a keyboard bind or tool! Thanks for the clear and concise video with great explanations when needed on functions and features!
Hi there! Amazing question by the way. For that, you will want to create two separate animations. One animation for the player being seated, and then another one for the position the player will be in while sitting. The one of the player sitting will need to be looped while the other one won't need to be.
After that, simply play the sitting animation after the being seated animation and you should be good to go! You can also stop the sitting animation when the player gets up so that way they will go back to standing.
As for the GUI button playing an animation, you can simply create a text button and run a function off of it being clicked. Like this:
script.Parent.MouseButton1Click:Connect(function()
animationTrack:Play()
end)
Thank you so much for watching, I hope you have a great day!
Thank you so much❤ But what schould i do when the Rig is always falling?
i needed to revise some stuff but still great tutorial
I’m watching this and looking at my computer, two separate apps from the looks, I’m using Roblox studio and looking at this and they are two separate things, I’m not sure what’s wrong or if I did something wrong
when i click the object, it turns pink for some reason and u cant select any body part bc the rotate thing and arrow thing don't show up
this actually help plss make an advance one!
thank you i really needed this tutorial
VERY VERY VERY THANKS💞💗💖💓💞
so if the animation is created by dev group will someone else be able to see it in there inventory and script it into the game?
I try to paste my animation but it doesn't work😢
Hey. i know you might not look at this again but. Do i have to Re-Do everything cuz its not looping or??
Woohoo i can't wait to forget how to animate and then rewatch!
For some reason it doesn’t let me rotate any part of my rig
Maybe bc your on mobile
Did you click on rotate from the top and click the body part on computer/pc/laptop and it Dosent work on mobile
TYSM Very HELPFUL!!!!!
Hi RustySillyBand i've tested this tutorial and it worked but when I made a new animation on a new baseplate, the animation wont run ingame.
I double checked the script and everything was precise but I still couldn't understand why, so I made a new rig and made some animations and placed the script in the animation but it still wouldn't start.
Do you have any solutions? please respond and thanks.
It could be that the new baseplate isn't saved. Maybe try saving the game to your account and then try it? If that doesn't work, I'm not too sure what the problem could be..
Thank you so much and Tipp I think this is only for iOS users
7:36 I can't seem to hover over the limb and click it and have to click on the IK settings. Am I doing something wrong?
Could you please show how to use the camera I’m trying to use it and it’s a real struggle
Is there a way to import a character from already existing Roblox Game?
Thanks men, +1 sub :D
Thanks for the sub!
YO YOUR A GOAT!!!
wow guys this is so amazing i don't even know how to coding this
Might help. THANK you so much. I’m creating a horror game!
Its not working and i spent the hole day on trying to animateit 😢
It did work now but with another character :D thank you!!!!
sorry ,let me understand does roblox need a script to activate trivial animations during the game test?
did you know that unity3D, Unreal and many other engines do it without any script?
just import a common model into these engines, press play and you can see in real time all the animations you want without a single line of code, all at once.
now, how do i move a rig? (aka making a walking animation)
Hi! I have a question of how to download the animation or smthing like that, i wanna show it to a friend so...
I will be waiting!
Yo, I’m a little bit autistic how do I leave the script page because when I press play, it sends me into the game and I don’t wanna be inside the game. I want to get out of the page. But I want this to save.😅
could u pls tell me how to shrink and enlarge the sprite as an animation?
Oh hey, I noticed that you also used the same bg music as I did in a video of mine in this video, how do I get rid of a false copyright strike-
(Edit, I think it might be Biscuit by Lukrembo)
I honestly have no idea how to. I still struggle with that myself.
Omg- this was so helpful! I’ve been trying to figure out how to do this!(especially sense I have no clue how to script). One small thing that is happening when I play “run” though. I made a sitting animation and when I test it in game they won’t stay in the chair. They float💀. And I can move it if I bump into it. I tried anchoring it but then it doesn’t play the animation. Do you possibly know how I can fix this? Please and thank you.
Hi there! It could simply be a difference in the rig being used. Or it could also be a conflicting script maybe? I'm honestly unsure as to what the core issue could be, but I'm here to help if you still need it! Thank you so much for watching, have an amazing day!
@@rustysillyband It’s okay! I can continue to try and figure it out in my own and do a little research, although I’m sorry I couldn’t explain it amazingly for you to have a better understanding so that there would be a better explanation to why this is happening. Thank you for responding and trying to help out the best you can though! I’m very thankful for it. Have a good day to you as well
i was having the same problem but i realised that copy and pasting the script wasnt working, so u js gotta look at the script in the video and write it it worked for me :D
im having this problem where a keyframe from later in the animation starts playing at the very start, can anyone help me?
What if i chose r6 and click on a body part, but instead of arrows or a circle it just turns that oart blue with an "L"
how do you combine two animations, like have the first animation play first then the second after that
this made me recover from depression