The ULTIMATE Beginner's Guide to Animating in Roblox Studio KarambitKnives,com
🛠If you’re new to Roblox and want to start animating right away, then this is the video for you! In this tutorial, I’ll teach you all the basics of animating in Roblox Studio so you can start creating your own scenes and animations! Thanks so much for watching, hope you guys have a great day! Subscribe 😎🛠
😎Subscribe:
🌴Roblox Group:
👑Rusty Merch:
⌚Timed Chapters:
0:00 Intro
0:10 Roblox moved the Animation Stuff to the Avatar Tab
0:45 Rig Builder
2:09 Animation Editor
12:05 How to Publish an Animation
13:10 How to Script Animations in Roblox Studio
18:21 How to Script Animations for the Player in Roblox Studio
20:29 Outro
📝Tags:
#roblox #robloxstudio #robloxstudiotutorial #tutorial #howto #robloxanimation #lua #howtoanimate
❓What is Roblox Studio?
🔎Roblox Studio lets you create anything and release with one click to smartphones, tablets, desktops, consoles, and virtual reality devices.
❓Who am I?
🔎I am a Roblox Studio, and Blender, Tutorial YouTuber that you should Subscribe to 🙂
source
KarambitKnives.com
This tutorial is to teach any beginners how to animate in Roblox Studio, I know I already touched up on this subject a while back, but this tutorial covers everything you'd need to know, and the other one didn't exactly. Hope this helps, thanks for watching!
Dummy Script:
local animation = script.Animation — This is getting our animation from the script, make sure you use your own animation ids!
local humanoid = script.Parent.Humanoid — This is getting our humanoid from the dummy!
local animTrack = humanoid:LoadAnimation(animation) — This is loading our animation for the humanoid!
animTrack:Play() — This will play your animation!
animTrack:AdjustSpeed(0.5) — Change the Float Integer to whatever speed you'd like!
wait(8) — This is a wait() it will wait 8 seconds, you can change this to whatever, or just remove it!
animTrack:Stop() — This will stop your Animation!
Player Script:
local animation = script:WaitForChild("Animation") — This is getting our animation from the script, make sure you use your own animation ids!
local humanoid = script.Parent:WaitForChild("Humanoid") — This is getting our humanoid from the player!
local animTrack = humanoid:LoadAnimation(animation) — This is loading our animation for the humanoid!
animTrack:Play() — This will play your animation!
animTrack:AdjustSpeed(0.5) — Change the Float Integer to whatever speed you'd like!
wait(8) — This is a wait() it will wait 8 seconds, you can change this to whatever, or just remove it!
animTrack:Stop() — This will stop your Animation!
If you'd like to play the animation when a part gets touched, here's the code! Keep in mind, you do still need your animation variables!
game.Workspace.Part.Touched:Connect(function(hit) — This function will run when a part in the workspace gets touched!
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if player then
animTrack:Play() — This will play your animation!
end
end)
didnt work
Idk if anyone will see my comment but why do i need to put wait for the animation to play
hello how can i find my animation editor animation id?
I animated a bit in my game but the animations wont work when i test it
Can someone help me out?
it did work for me :/ 🙁
ty g
it dendent werek intil i relised i dendent folow the steps egsacly but when i ded it wherkt so dont give up you will get it ti werk
Legendary vid it helps a lot thanks rustysillyband
For those who didn’t understand
Read More…
I clicked one one body part but it selected the entire thing I tried r6 and r15
when I hover over my model the blue stuff doesn't show up
How do you have longer animations
local animation = script.Parent.animation
local humanoid = script.Parent.Humanoid
local animationtrack = humanoid:LoadAnimation(animation)
animationtrack:Play()
Shut up being mean, bro it worked for me❤❤❤
this works in studio but it doesnt play in the game
It doesn’t work for me I did everything what you told me and nothing happened
any way to change how fast the animation is? i accidently made it too fast (0;00.25 per keyframe) so i tried to change it to 0;00.5 per keyframe but i accidently locked it onto the 0;01 per keyframe grid and i dont wanna redo it so is there a way to either change the keyframe grid or animation speed?
(changed the : to a ; so that it doesnt timestamp)
edit: i found out how. if you press the gear button you will see playback speed. im gonna hope that the speed isnt just for the animator now
edit 2: at the time i didnt know that it was only for viewing it. luckily you explained how to change the speed using a script
thank you for this tutorial
Thank so much for the vid man. Me and my buddies we are starting game development for an idea we had soon and this helped so much. Keep up the good work (I'll tag you in the credits of the game btw!)
this is very scary
I'm just 6 years old and I love Roblox so much not even trying to make Roblox games
How to loop
can u teach me to code and make games? like flying etc
hey ,how can i make it loop?
The second script didnt work for me.
Thank you, currently I’m making an animation of. Ahead falling off and (you) picking it back up and reattaching it. Again, thanks a lot for this.
BRO YOU SAVED ME LIFE OMGG
bro it doesn't work
there 2 type of rig builders one is in avater tab and the other one is plugins
Thank You so much
WHY ISNT IT PLAYING THE ANIMATION THIS ISNT WORKING
Its not working for me
this aint working 5:49
how do i publish it to youtube and not just as a thing to buy?
w video
i now know how to publish