Default Equip Animation Removal?

A quick question of what is causing the default equip animation whenever you equip a tool.
I have been playing roblox for years and I’ve observed that some games doesn’t use that “default equip animation” thing, else it has a custom equip system. These systems are similar to jailbreak. They do not use the default tool equip animation.

The problem is I am trying to remove that default equip animation thing. But I do not know where to find it. I tried messing around with my character, and it won’t really delete it. I want to delete it because I want to replace it with mine. Maybe the use of motor6ds? I don’t know.

THE SCREENSHOT OF THE DEFAULT TOOL EQUIP ANIMATION:

As you all know the defualt animation right? Most games have that. Classic games have that.

No, I did not search for solutions. Most of them are does not suit my needs. Even If I tried to search, it didn’t match my needs. That’s why I created this topic.

Let me know down in the replies if you have any ideas, suggestions, etc.

2 Likes

Press play, once done there will be an “Animate” LocalScript inside your character, copy that and stop the simulation.
Paste the script into StarterCharacterScripts, then inside it, you can edit the animations, what you’re looking for should be “toolnone”, inside the Animation there will be an AnimationId property, then you can put the animation there.

I’m not completely sure if this is the correct way to do it but I tested this myself and it works.

3 Likes

Thanks so much it solved the problem!!!

1 Like