Thing is, I made a custom idle animation for the character and implemented it using the default Animate script.
The animation did load, but every so often it would get interrupted by the default idle animation.
Things I’ve done:
-Changed both the animation ID of the animation object and in the script.
-Looped the animation.
-Changed the animation weight both in the IntValue and in the script.
-Tried to increase the animation priority. (Action4 did me no luxury)
-Looked it up online and did not see any similar problems.