When i pull out my weapon my characters does weird things,
my character gets faster, moves diagonally, sometimes stops moving, all of this happends
when i pull out my weapon and only move backwards, the weapon being pulled out is just
a script cloning a sword in to the characters hand
heres an example of what happends
all Im doing in this clip is holding S [which moves my character back]
You have to search for a direct cause of the problem, there are many different possible causes from constrains to scripts to body movers and of course humanoids.
It couldâve be the animation itself. I suggest you keep that animation, but add a script that checks if the character is walking or not. If yes, then walking animation + sword animation, else the idle animation + sword animation.
I hope i didnât mess up.