I followed this walking animation tutorial:https://www.youtube.com/watch?v=eHoPethiaZI and the script worked fine for me a few minutes ago, but now its not working and the error is :
AnimationId is not a valid member of StringValue "Workspace.AdrienCatNoir0404.Animate.run" - Server - Script:5
1 local animateFolder = script.Parent:WaitForChild('Animate') 2 local runAnim = animateFolder:WaitForChild('run') 3 local walkAnim = animateFolder:WaitForChild('walk'):WaitForChild('WalkAnim') 4 5 runAnim.AnimationId = "rbxassetid://6973261807" 6 walkAnim.AnimationId = "rbxassetid://6973261807"
How do I fix this?(I'm not sure how to properly copy and paste the script into here)