Animation/Scripting Help

Hello,
recently I’ve been working on my gun kit for my community, Bellum.
Im working on this pistol right now and I wanted to have a idle animation.
I’ve made a idle animation. And I was wondering how I can override the DEFAULT tool animation ( with the right arm)

https://gyazo.com/9642f6682ef7e1cf962fff214229b7b5

Thank you.

First off, you should search before you make a post

What you can do is go into play solo > copy the Animate script from the player’s character > Leave Play Solo and Paste the copied animate script into StarterCharacterScripts. You can search the values parented in the Animate script and look for toolnoneanim: replace the animation in that with your new animation, or you can search the code in the script that configures the toolnoneanim part of the player.

Alternatively, you can do what was done in this post:
https://devforum.roblox.com/t/how-do-i-end-the-default-tool-animation/42642/2

You can loop through the current playing animations and then, just stop it, as explained in the post mentioned

1 Like

thx that help ive seen to figured out the problem before you post but thanks for your time.