LOADING

Type to search

KarambitKnives.com

The ULTIMATE Beginner's Guide to Animating in Roblox Studio KarambitKnives,com

qcreek11 Aug 14



🛠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

Tags:

You Might also Like

36 Comments

  1. @rustysillyband August 14, 2024

    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)

    Reply
  2. @Myles_boxer August 14, 2024

    didnt work

    Reply
  3. @daddypiglebest August 14, 2024

    Idk if anyone will see my comment but why do i need to put wait for the animation to play

    Reply
  4. @Entrypointkiralyai455 August 14, 2024

    hello how can i find my animation editor animation id?

    Reply
  5. @SM00TH_BR4IN August 14, 2024

    I animated a bit in my game but the animations wont work when i test it
    Can someone help me out?

    Reply
  6. @Lucy_berrii August 14, 2024

    it did work for me :/ 🙁

    Reply
  7. @ATSEDITSOffical August 14, 2024

    ty g

    Reply
  8. @gamer-wolf346 August 14, 2024

    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

    Reply
  9. @bcgaming4236 August 14, 2024

    Legendary vid it helps a lot thanks rustysillyband

    Reply
  10. @Goodshortz5 August 14, 2024

    For those who didn’t understand

    Read More…

    Reply
  11. @Goodshortz5 August 14, 2024

    I clicked one one body part but it selected the entire thing I tried r6 and r15

    Reply
  12. @gabby-g6s August 14, 2024

    when I hover over my model the blue stuff doesn't show up

    Reply
  13. @mrpong9336 August 14, 2024

    How do you have longer animations

    Reply
  14. @nashmi97 August 14, 2024

    local animation = script.Parent.animation

    local humanoid = script.Parent.Humanoid

    local animationtrack = humanoid:LoadAnimation(animation)

    animationtrack:Play()

    Reply
  15. @CarlitoLee-un5ou August 14, 2024

    Shut up being mean, bro it worked for me❤❤❤

    Reply
  16. @What-509 August 14, 2024

    this works in studio but it doesnt play in the game

    Reply
  17. @AndyBrookes-xh1qh August 14, 2024

    It doesn’t work for me I did everything what you told me and nothing happened

    Reply
  18. @Kael_thatoneguy-md9wx August 14, 2024

    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

    Reply
  19. @AirFranceA340Guy-lv5uk August 14, 2024

    thank you for this tutorial

    Reply
  20. @Red_horizons_team August 14, 2024

    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!)

    Reply
  21. @kearazworld August 14, 2024

    this is very scary

    Reply
  22. @Titanicgreg1 August 14, 2024

    I'm just 6 years old and I love Roblox so much not even trying to make Roblox games

    Reply
  23. @pro_drachten August 14, 2024

    How to loop

    Reply
  24. @ojashawashandilya4401 August 14, 2024

    can u teach me to code and make games? like flying etc

    Reply
  25. @Retrospecter_3000 August 14, 2024

    hey ,how can i make it loop?

    Reply
  26. @MrRedYT-l4b August 14, 2024

    The second script didnt work for me.

    Reply
  27. @Accountsrandomized August 14, 2024

    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.

    Reply
  28. @Gojoplays123 August 14, 2024

    BRO YOU SAVED ME LIFE OMGG

    Reply
  29. @AlexPlaysGamesCZ August 14, 2024

    bro it doesn't work

    Reply
  30. @Suffy557 August 14, 2024

    there 2 type of rig builders one is in avater tab and the other one is plugins

    Reply
  31. @user-ei9zg9vw8f August 14, 2024

    Thank You so much

    Reply
  32. @SillyGoose1008 August 14, 2024

    WHY ISNT IT PLAYING THE ANIMATION THIS ISNT WORKING

    Reply
  33. @sonicplushvids-sr7vp August 14, 2024

    Its not working for me

    Reply
  34. @RTXoff1 August 14, 2024

    this aint working 5:49

    Reply
  35. @DrippywasHere August 14, 2024

    how do i publish it to youtube and not just as a thing to buy?

    Reply
  36. @BenNguyen-fn3xz August 14, 2024

    w video
    i now know how to publish

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *