thank you so much, I was trying to make a battlegrounds game but most of the tutorials involved using moon animator, I was about give up when I saw this video, it helped me so much! thank you!
THIS ACTUALLY HELPED SO MUCH 😭😭😭😭 ive been fiddling with trying to code my animaiton for 2 days and most of the tutorials were outdated so genuinely thank you for this 😭😭
This video is incredible! Even tho I'm still new I've easly been able to make a walking animation even tho it could still be much better and I know that will only improve with expericence, your video explains in a really good way thanks!
For anyone wondering why the code won't work even if the script is correctly typed, try checking where you published the animation, in my case, i published the animation and set the creator to me, however, the use of the animation was restricted due to the game being on a group and the animation being on my property, nonetheless, i figured that to solve is as simple as to re-publish it as set to the game's group property
the only option for my animation is that it sets the creator to me and i dont know where to change it also my game is not a group game but it has my friends and i working on it does that have anything to do with it
local humanoid = script.Parent("Humanoid") local animation = Humanoid:LoadAnimation(script:WaitForChild("Animation")) animation.Looped = true animation.Play() here is the script for anyone who cant be bothered to type it! :)
Good tuto but i suggest for beginners to start with moon animator (there is free one somewhere) and after that learn blender cuz eventually y'all will need it it's best for animating roblox and modeling 3D stuff.
Hey man loved the video. By any chance can you make a video on how to implement this but on an actual player? im developing a sword fighting game rn and im not really good at the animating side. Would love if you make a video about how to make the animation work on an actual player thanks. much love
1:08 well, I cannot add the whole body. I tried using an empty rig with no scripts (R6 blocky) yet it does not work. Can anyone help? (I also encountered another issue which is that I can't move the torso nor the head)
it doesn't work since the WaitForChild doesnt have capital letters, and its ("Humanoid") not (humanoid) and its ("Animation")) not ("animation)) it needs capital letters and the animation:play() is not correct, the p has to be capital like this: animation:Play() so guys dont try this script
Hey! I loved the video but could you plss do a video of how to make an animation play everytime we use the tool, like in a power battle or a sword fight (btw I just subcribed 😁)
Hello! I just released a part two for this animation series with the answer to your question! Feel free to check it out, and thanks for the suggestion! :D ua-cam.com/video/6uQmy0vhelE/v-deo.html
Yeah. I stumbled upon your comment a few days ago and I wasn’t exactly sure what stop motion was, so I didn’t reply instantly (I honestly didn’t know what stop motion in Roblox was until you mentioned it lol). It was only today where I actually found out that stop motion was made using the constant easing style :D
Thank you so much for this video bro, it was simple and easy to understand, the exact thing all UA-cam vids should be, thanks man! Definitely got a sub from me.
SECOND SCRIPT: local humanoid = script.Parent:WaitForChild("Humanoid") local animation = humanoid:LoadAnimation(script:WaitForChild("Animation")) animation looped = true local tool = game:GetService("ReplicatedStorage"):WaitForChild("Tool")\ humanoid:EquipTool(tool) animation:Play()
you would have to play the animation when you are doing the thing and stop it if it gets interrupted and also stop it if its looping and you finished the animation
This is a very cool tutorial but whenever I play the game the animation won’t work it shows in the animation editor but not in game or when I leave animation editor I put the script and animation ID it just doesn’t work but still very Nice tutorial :)
local humanoid=script.parent:wait for child(“humanoid”) local animation=humanoid loadanimation(scriptwaitforchild(“animation”)) Animation looped= true Animation play()
@@jamesonharrington4272 try: local humanoid=script.Parent:WaitForChild(“Humanoid”) local animation=humanoid:LoadAnimation(script:WaitForChild(“Animation”)) animation.Looped= true animation:Play()
ive used the animation editor to animate a train door, but when it fully opens i need it to stay at the position the animation ends at instead of teleporting back to the start position, how do I do this? (note the animation isn't looping)
you can make an idle animation that is just 1 frame of the door being fully open, then have that on loop and play it whenever the opening animation ends
No it’s okay, don’t call yourself that! I think that think video might help you. It’s the second part of my animation tutorial series and it’s only three minutes long! :) ua-cam.com/video/6uQmy0vhelE/v-deo.html
Thanks man, especially since I don’t have to buy moon animator anymore. I am sad about there being no onion skin though, it’s a great feature I think Roblox should add.
if you have one keyframe done, just click in the animation timeline in any place after the one that is done and do another one, it will create the frame and inbetweens automatically
I used this animator before I even knew about moon animator, I got so good at it without tutorials Edit: you don’t need add all body parts, it’s kinda just unnecessary. Cause you can just click the body part and it will show up on the side on the animator.
thanks for the tutorial, I am going to make a game and this is going to really help me, by any chance, how do you make the animation play on your character?
idk what I did wrong in the script but mine isnt working... my script: local humandoid=script:WaitForChild("Humanoid") local animation=humanoid:LoadAnimation(script:WaitForChild("Animation")) animation.Looped=true animation:Play()
Bro, getting Roblox studio to work is the hardest part bro. My iMac could barely support it because it's 7 years old. Yeah, it's about it to be outdated next year. Like if I were to click on something it just simply no work. My upload speed is like 28 Megabytes per second, bruh
This is coming from a 2D animator: Note when making an animation remember to consider the basic principles of animation. When your making walking or runner consider that you slightly bounce when walking/running.
Not only was your tutorial helpful; but the animation you made in the very very beggining made me laugh!
Thanks for helping and making my day😂
HAHA, you just made my day as well! 🤣
good tutorial man, thanks for showing the side of animation that most people ignore (anything besides moon animater)
underrated comment
thank you so much, I was trying to make a battlegrounds game but most of the tutorials involved using moon animator, I was about give up when I saw this video, it helped me so much! thank you!
I’m so glad I was able to help you! 😄
One of the best tutorial ever ! Unlike the others, yours is well explained and very interressing !
Thank you so much :D
True, this guy just explains it too well
no,, thank you for the amazing work!@@Pandastroyer
@@HelloIAmDjAgreed!
THIS ACTUALLY HELPED SO MUCH 😭😭😭😭
ive been fiddling with trying to code my animaiton for 2 days and most of the tutorials were outdated so genuinely thank you for this 😭😭
HOW TO FREAKING RECORD
@@Yeds_2 record in what? studio or like a recording software?
i mean make character move without having weird white square line under my character
that line wont show up ingame last time i checked, it just shows you the rig is selected@@Yeds_2
how to make animation automatically move and without that square lune
This video is incredible! Even tho I'm still new I've easly been able to make a walking animation even tho it could still be much better and I know that will only improve with expericence, your video explains in a really good way thanks!
I’m really happy you found this helpful! Thank you so much :D
Did you improve now?
This is the greatest tutorial i've ever seen , explaining every scenario and what the script does u earned like and sub
Thank you so much! :D
@@Pandastroyer hey mate can you fix my probelm? somehow i doesn't find submit button when i want to publish to roblox
0:12 i actually thought my audio broke for a second
Same
very nice, funny and well explained tutorial, appreciate you for this!
Glad you liked it! 😄
For anyone wondering why the code won't work even if the script is correctly typed, try checking where you published the animation, in my case, i published the animation and set the creator to me, however, the use of the animation was restricted due to the game being on a group and the animation being on my property, nonetheless, i figured that to solve is as simple as to re-publish it as set to the game's group property
the only option for my animation is that it sets the creator to me and i dont know where to change it also my game is not a group game but it has my friends and i working on it does that have anything to do with it
How do you make something group property?
local humanoid = script.Parent("Humanoid")
local animation = Humanoid:LoadAnimation(script:WaitForChild("Animation"))
animation.Looped = true
animation.Play()
here is the script for anyone who cant be bothered to type it! :)
thank you
thank you but no offence i think no one will use this NO OFFENCE OK
@@somethingrandome6105L plus ratio i used this lol
@@somethingrandome6105i did
this saved me a few seconds so appreciate that
This was a amazing video. Great job!
Thank you so much! I'm glad that you found it amazing :D
This is easily the most helpful video I’ve ever Watched thank you so much 🙏
I'm very glad it was helpful! :D
im glad to get moon animator for free
Facts same lol
lol@@Pandastroyer
Yeaah me to
I got it for free but then i got account deleted 💀‼️
@@Anthhoo.dang
Good tuto but i suggest for beginners to start with moon animator (there is free one somewhere) and after that learn blender cuz eventually y'all will need it it's best for animating roblox and modeling 3D stuff.
Thank you for the feedback and the advice! If you do find the free version somewhere, it would be great if you could send it here :)
No, there's not a free one. I searched :D
Wait how the hell do you animate with blender
the free one got taken down
truly amazing. Best tutorial I've ever seen you just gained a sub. This helped alot
Hey man loved the video. By any chance can you make a video on how to implement this but on an actual player? im developing a sword fighting game rn and im not really good at the animating side. Would love if you make a video about how to make the animation work on an actual player thanks. much love
Thanks for the tutorial, this really helped me out with animating with tools! Thank you so much! 👍
THIS HELPED SO MUCH MORE THAN THE 20+ MINUTE TUTORIAL I WATCHED 😡😭💀
Well at least you found this tutorial before watching another random 20 minute video 😆😄
thanks to this i can finally grind my channel with animations i thinked i willd do it on draw but this tutorial helped me a lot tysm :D!
Glad I could help!😄
@@Pandastroyer yea thanks !
1:08 well, I cannot add the whole body. I tried using an empty rig with no scripts (R6 blocky) yet it does not work. Can anyone help?
(I also encountered another issue which is that I can't move the torso nor the head)
well it works for me
THANK YOU SO MUCHHHHH EVEN THE MORE RECENT ONES DON'T WORK TYSVM MY WAGWAN G
AYY I GOTCHU WAGWAN G 💪
thank you for this tutorial, i somehow made a perfect backflip animation
Ooooh nice! :D
this really helps for for individual people so players can know ahead of time
Tysm! :D
Animation is my dream
Yeah its fun! You should always try it during your free time!
I do i only make simple animations but i got a free moon animator 2 lol i recreate skibidi toilet 50
@@ImConeLolDAMN
@@ImConeLol🫤😐
This help me alot! Didnt expect that.
Glad to hear that!
0:07 that caught me off guard 😭
😂😂
I havent tried this yet but the explaining is easily understandable thank you!
So underrated, left a like and sub
Thank you so much! :DD
Thanks!! Before I thought the little graph in the corner was the easing style-
local humanoid = script.parent:waitforChild(humanoid)
local animation = humanoid:loadanimation(script:waitforchild("animation"))
animation.looped = true
animation:play()
it doesn't work since the WaitForChild doesnt have capital letters, and its ("Humanoid") not (humanoid) and its ("Animation")) not ("animation)) it needs capital letters and the animation:play() is not correct, the p has to be capital like this: animation:Play() so guys dont try this script
thank you random youtube tutorial man, you saved me 20 bucks!!
Hey! I loved the video but could you plss do a video of how to make an animation play everytime we use the tool, like in a power battle or a sword fight (btw I just subcribed 😁)
Sure! I can make a video showing you how to do that! Thanks for the idea! :D
Thats more of a scripting thing
* psst * I'm making the explanation on how to do that right now. The video will be coming out very soon :)
Hello! I just released a part two for this animation series with the answer to your question! Feel free to check it out, and thanks for the suggestion! :D ua-cam.com/video/6uQmy0vhelE/v-deo.html
@@Pandastroyer0:24 0:25
Bro now i can animate so good tysm
Glad to hear that!
I think keyframe animation is kinda big step for a beginner like me, could you possibly make one for stop motion animation?
Its really not that hard. I just started a few days ago and i was able to put out 5 smooth fighting game animations.
Or set the easing style to constant
so i set it to easing style for constant for stop motion?
Yeah. I stumbled upon your comment a few days ago and I wasn’t exactly sure what stop motion was, so I didn’t reply instantly (I honestly didn’t know what stop motion in Roblox was until you mentioned it lol). It was only today where I actually found out that stop motion was made using the constant easing style :D
I hopefully will include a part about stop motion in the second tutorial I’m making :)
Thx you so much. This tutorial was so good, and i learned something new. It's everything is good explained.
How animate two persone in one animation?
Just put them in the same model (the model u are trying to animate)
Thanks man this helped a lot!😊
1,700 for moon animator is fucking crazy bro
Fr
fr
30 dollars now wtf
Thank you so much for this video bro, it was simple and easy to understand, the exact thing all UA-cam vids should be, thanks man! Definitely got a sub from me.
SECOND SCRIPT:
local humanoid = script.Parent:WaitForChild("Humanoid")
local animation = humanoid:LoadAnimation(script:WaitForChild("Animation"))
animation looped = true
local tool = game:GetService("ReplicatedStorage"):WaitForChild("Tool")\
humanoid:EquipTool(tool)
animation:Play()
THANK MATE
How do I make the moving dummy anchored?
This video helped me so much! Great job!
Im always happy to help :)
what if you want to add an animation for when you (for example) interact with something? like a repairing animation
did you learn how to do this? i also want to know.
you would have to play the animation when you are doing the thing and stop it if it gets interrupted and also stop it if its looping and you finished the animation
@@bloxthebloxxer8234 yeah but how do i make an animation with particles for example
pro tip: select r6 if you like things that look half decent
also pro tip: use moon animator 2
Pro disclaimer: noon animator 2 is 1800 Robux 😭
This is a very cool tutorial but whenever I play the game the animation won’t work it shows in the animation editor but not in game or when I leave animation editor I put the script and animation ID it just doesn’t work but still very Nice tutorial :)
Thank you! But I’d love to see your script that you used if it’s fine.
local humanoid=script.parent:wait for child(“humanoid”)
local animation=humanoid loadanimation(scriptwaitforchild(“animation”))
Animation looped= true
Animation play()
There you go
same happens to me
@@jamesonharrington4272 try:
local humanoid=script.Parent:WaitForChild(“Humanoid”)
local animation=humanoid:LoadAnimation(script:WaitForChild(“Animation”))
animation.Looped= true
animation:Play()
you dropped your crown king! thank you so much
Yo thank you! I appreciate it brotha 💪
ive used the animation editor to animate a train door, but when it fully opens i need it to stay at the position the animation ends at instead of teleporting back to the start position, how do I do this? (note the animation isn't looping)
you can make an idle animation that is just 1 frame of the door being fully open, then have that on loop and play it whenever the opening animation ends
Nice tutorial! I really understanded allot. (Unlike most tutorials i watched)
I just have one tiny question, since im an idiot
Can the script work the same on the player?
No it’s okay, don’t call yourself that! I think that think video might help you. It’s the second part of my animation tutorial series and it’s only three minutes long! :)
ua-cam.com/video/6uQmy0vhelE/v-deo.html
Thank you! I’m glad my tutorial was helpful!
Thanks man!
Finally a simple video which doesnt cost 1700 robux or blender... Thank you!
Yo thank you so much! I’m glad you found it helpful :)
priority part was very helpfull, i didnt know it worked like that.
Happy I was able to help!
0:12 uhh..
Bro
@@PretzelGameiz755?
Fr I can't hear anything
1 SINGULAR THING that changed the entire quality of every single animation I made after learning it. Drag.
your tutorials made me a good animator
😃😃
Thanks! (I’m your biggest fan)
:O
thank you :)
THIS IS SO HELPFUL
It so good omg hope your channel succes
Thanks man, you helped me so much
No problem! I'm glad that it worked for you :D
simple but informative nice 🎉
ik this was a while ago but do you remember the song u used at the start of the vid?
0:01 and 0:05 LITTERLY ME LOL
-your now my fav ytuber ty XD
Thanks 😆😆
If you want to be animating for making content instead of making animations for a game, is there a way to export it?
record it
@@ShenaniganzsIs there any special way to record on Roblox Studio? Or would I have to use my own screen recording program?
@@HMEntertainment_Official screen record but i reccomend gamebar
@@Shenaniganzs Okay, ty.
For beginners I recommend R6 slice some people get confused with R15 because of its rigs
That’s very true it’s a great way to start out
hello! question: how to animate camera?
Thanks! I remade a sad animation maded 5-6 years ago but with more graphics and a good ending!
NICEE!! That actually sounds so cool 😄
Thanks man, especially since I don’t have to buy moon animator anymore. I am sad about there being no onion skin though, it’s a great feature I think Roblox should add.
i did not even heard from anyone that it's now a paid thing
glad that i grabbed it early randomly
How do i make more key frames? im so confused 😢
if you have one keyframe done, just click in the animation timeline in any place after the one that is done and do another one, it will create the frame and inbetweens automatically
I finally got how to animate by watching this video!
Congrats!
I used this animator before I even knew about moon animator, I got so good at it without tutorials
Edit: you don’t need add all body parts, it’s kinda just unnecessary. Cause you can just click the body part and it will show up on the side on the animator.
is it possible to animate a tool using the default animation editor tho (like spinning a sword in your hand)
when the sound cut out my heart started crying
OOO NICE TUTORIAL THANKS
Anytime, bro!
This is the best tutorial ever!
Thanks!! :D
thanks for the tutorial, I am going to make a game and this is going to really help me, by any chance, how do you make the animation play on your character?
how do you move a body part not like rotating but just like moving it
idk what I did wrong in the script but mine isnt working...
my script:
local humandoid=script:WaitForChild("Humanoid")
local animation=humanoid:LoadAnimation(script:WaitForChild("Animation"))
animation.Looped=true
animation:Play()
Youve spelt humanoid wrong and you needed to put: Script.Parent:WaitForChild, not just script:WaitForChild
@@XVIOwner a
@@XVIOwner It still doesn't work, but thanks anyways!
in a few years i will be doing a battleground game so i need to know how to animate, i'm actually preparing me to do the game
reject linear, embrace constant
please make a video on how to animate powers like a fire ball of VFX in general
but how do i animate a part to move around?????????????????????????????
why are all the tutorials only for characters??????????????????????????????
FR
That is scripting in order to animate a part
whats the song in the background which is also in the intro?
Could u do a tutorial or tell me How to make an Animation for a Tool Example: Pickaxe Animation which the person has a pickaxe in their hand
For that, you can watch my second video in the series :)
ua-cam.com/video/6uQmy0vhelE/v-deo.html
omg thanks
@@Pandastroyer
I have a question: how i move the character (getting up of the same place)?
when animating, click R on the keyboard, it should switch from rotating to moving (oof 4 months late xd)
@@xX-Strawberry-Xx thanks :D and no problema with the time :)
You saved my game with 3:35 tip, thx I didnt knew that
Thank for the tips!
No problem! I’m happy you found this video helpful :D
how do i switch it from move to rotate?
I figured it out, you press R while selecting a limb.
Sorry for the late response, but I’m glad you were able to figure it out :)
5:16 pls say what song is this
Ik this is off topic but whats the song name in 5:15 ?
Do you have any videos on how to make a Roblox movie maybe? Like a step by step beginners guide
Do you happen to know the song used at 5:22?
what is your lighting? it looks insane good
Bro, getting Roblox studio to work is the hardest part bro. My iMac could barely support it because it's 7 years old. Yeah, it's about it to be outdated next year. Like if I were to click on something it just simply no work. My upload speed is like 28 Megabytes per second, bruh
This is coming from a 2D animator: Note when making an animation remember to consider the basic principles of animation. When your making walking or runner consider that you slightly bounce when walking/running.
Thank you for the tutorial! But one question, what’s the song name from the background? It got stuck in my head lol
Thanks! Place the time stamp and I’d be happy to tell you :)
2:37 When scouts double jump glitches in tf2:
someting to point out is to probably not use r15 (15 parts) and insted use r6(6 parts) for learning to animate
i hated moon animator's new price tag. like, 1700 robux? what they gonna do with that? impress a roblox girl?
How do i make the animation play on the player and not the rig thing
why my does my rig doesn't do anything when i run the game i already put the script into the rig
every time i try to make the animation longer than one second it skips 3 frames every time i scroll with the brush
could you make a tutorial on how to make like a movie with this? or an actual animation