2 Unknown animation tracks playing?

Hello, i’ve been making a simple gun system, but when the idle animations plays, something wrong happens, 2 weird keyframes appear and change the gun position a little, i tried to change the animation, but nothing.

image

2 Likes

If you are using the Default Roblox Animator (called Animate Located in your Character), and using the Tool Instance, The Script Essentially creates Animations to accommodate the Tool, which is why the arm is raised when using the Tool without anything going on with it, as the animator is telling the character to do that.

Best Option is to go into the Script and get rid of the function that fires it, the function is called animateTool() iirc.

1 Like

in the roblox animate script? Edit: thank you! i managed to find it and it actually worked!!! tysm!!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.