that is a LocalScript. as mentioned before, the property is only in a Script.
I see, but the animate script still wont animate the idle of the parent without any errors
what errors are you encountering?
wdym errors i am encountering?
THey can run tho
IF its script context is a Server/Client
sorry, the way you phrased it confused me. the animation won’t explicitly play until you tell it to.
if you’re using the default Animate code, i’d recommend you opt to just load the animations onto the Animator and play it manually
i’m not sure of your use case at the moment so
You see the problem is that it is suppose to be an npc that walks randomly, idle randomly, runs randomly, lots of things
the code for Animate won’t do that for you. i can’t exactly provide you any example code since im not at my computer, but you’d want to load all your animations, use a loop that waits a random amount of time and plays a random animation
It won’t make the model magically wander around but it will play animations
When I try to print anything from the code, it does not print anything
show the properties of the script
Ah I see, that was the issue why it was not printing
Now the animations are playing, thanks for pointing that out