PC Info: Windows 11 Pro, 22H2
Date First Experienced: This bug started happening years ago when pathfinding first became a thing(lack of documentation for pathfinding)
Date Last Experienced: 12/9/23
Reproduction Step:
1.Open up Roblox Studio and use a pathfinding npc with roblox’s default animation script and only remove the setup chat hooks
You will see the NPC stutters as if he is having a seizure because of two overlapping animations/poses in the animation script
To fix the bug the steps are found in the video and the fixed script I have the exact script used in the video and it has the same lines of instruction inside of it
Regarding the default Animate script, I created an NPC using the Rig Builder tool. I then transformed the Animate script into a server script and, as you rightly noted, eliminated the chat hooks from the code. Following those steps I’m able to control the character’s movement using MoveTo() or Move(), and the animations function properly.
Here is the rig with the script for your reference. NPC Rig.rbxm (36.5 KB)