How to skip tool raising animation

I’m trying to script my tool so that when it is picked up, there is no raising animation and the player instantly holds the tool straight out. I still want the player to hold the frisbee normally like in the picture, just skip the raising animation part.

1 Like

You need to override the default Roblox Animation for Tool Equip. Its the same when you want to override default sounds. This might help?
https://devforum.roblox.com/t/animation-override-while-holding-a-tool/1405521