You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want my animations to play by themselves.
What is the issue? Include screenshots / videos if possible!
The animation is blending with the default roblox walk animation
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried Stopping all the other tracks through a for loop.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
You need to change the animation track’s priority via Enum.AnimationPriority
eg.
local animation = humanoid.Animatior:LoadAnimation(--[[Your Animation Here]]--)
animation.Priority = Enum.AnimationPriority.Action4
--action4 is the highest priority