Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Dont know how to fix "AnimationId is not a valid member of StringValue" Help?

Asked by 3 years ago
Edited 3 years ago

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)

0
https://scriptinghelpers.org/help/how-post-good-questions-answers this link teaches you how to properly past a script in here NGC4637 602 — 3y
0
try replacing "local runAnim = animateFolder:WaitForChild('run')" with "local runAnim = animateFolder:WaitForChild('run'):WaitForChild('RunAnim')" NGC4637 602 — 3y

Answer this question