#plis help in my animate script, I already put the ids in animation and in the script
1 messages · Page 1 of 1 (latest)
Look, i create my own script now but the humanoid animate walkanim dont play the walkanim id
u refered to it wrong
look, when i play the walkanim id dont change to own id
isnt the animation inside the local script
where i need to put?
like isnt the animation the child of the local script?
either u change how u defined WalkAnim or change the location of the animation
yeah
but how
like make it the child of startercharacterscripts
ok, this cant be a local script child?
wait nvm
look
i didnt look at your script properly
why did you define a string in loadanimation()
do animator:LoadAnimation(Animation) i am pretty sure
idk, im bad with anim scripts i tought it work with a loadanim
u defined animation variable right?
yeah
use that instead of "WalkAnim"
like animator:LoadAnimation(animation)
animation being your variable
like this
ok ty
ty bro
thats a better way to do it ig
i will learn it
