About 93,100 results
Open links in new tab
  1. How would I make an idle animation? - Scripting Support - Roblox

    Mar 15, 2019 · First, we know that there are 4 animation priorities (AnimationPriority | Documentation - Roblox Creator Hub) – Idle, Movement, Action, and Core. For this (aka idle …

  2. How would i make an idle animation? - Scripting Support - Roblox

    Oct 5, 2025 · What do you want to achieve? i want to be able to have an idle animation play, and stop when either the walk or jumping animation is playing. i’ve come across where the idle …

  3. Custom Character Idle Animation - Scripting Support - Roblox

    Dec 19, 2021 · I recently made a custom character and I want to animate it. Here is the Character: Here is the Animation: I’ve watched multiple tutorials and they all tell you how to …

  4. How to code idle animation? - Scripting Support - Roblox

    Jan 18, 2021 · Assuming you already have the animations made, what you want is a “state-machine” that manages which animations are playing for any given set of criteria. For …

  5. How to animate your tool using Motor6D! (fully customizeable, …

    Jun 17, 2024 · Hello this forum is a more explained and easier to understand version of the forum I pasted above. Again this forum will show you how to make a tool that is fully customizable to …

  6. Making a stationary idle animation - Scripting Support - Roblox

    Feb 19, 2023 · I am trying to make it so that after the player stands still for a while, the idle animation has a slight chance to play a different animation, similar to what the default animate …

  7. How to play Idle animation on npc? - DevForum | Roblox

    Feb 9, 2023 · I am trying to make a script that plays an Idle animation on an npc, I do not own the animation and have not created it, I simply want the npc to play the animation, it’s the default …

  8. How would I make a clean tool idle animation script? - Roblox

    Mar 29, 2025 · So, I’m trying to make a tool idle animation for my RPG game. I understand how to do it, but this happens: How would I make it, so the other animations aren’t affected? Just the …

  9. How to change idle animation instantly? - Roblox

    Mar 10, 2024 · Apologies, the code above will change the idle even when they are moving, put this instead: script.idle.Animation1.Changed:Connect(function() if pose == "Standing" then -- …

  10. Animation Override while holding a tool - Roblox

    Dec 31, 2024 · Basically you need 3-4 animations for override the original from roblox, a idle animation (default when holding a tool), a equip animation (when you equip the tool) , a …