#Animation fail
1 messages · Page 1 of 1 (latest)
I dont think its a permission issue, because ive made an animation yesterday trying to test it out, and the same issue came out of not loading
** You are now Level 1! **
if its not that, then can i see the code and error
Im pretty new to this, how do I show you the error?
do you not have the output open
its practically needed for progtamming
not one thing shows when I have it open
why have i been summoned
idk what the problem here is
i lowk dont feel like reading the script
so you figured i'd read it for you instead?
Do you by any chance know to make it so my animation can actually load?
this is the output for all the errors I get when I load in
could this be stopping the animation from loading?
well
id assume you’re trying to use a studio API
and you have it turned off
you have to turn it on
idek
also when I go into studio setting nothing shows up under Studio APIs when I search it up
** You are now Level 2! **
do you not know what scripts are in your own game?
lowkey
no
I have genuinely no idea what im doing
you might want to uh
not do that
so then what do I do....
game probably wont work if you do that
make your own scripts
learn
it'll take time
but its legit the only way you can actually make a game
is making a new script part of making an animation?
alr I can do that
trust me its gonna suck to lose work but its part of learning
ive scrapped like
four games
alr
am I able to keep the animations I have done tho?
forgot I can save them nvm
yes u can carry over animations to other experiences
you can do that for all assets
ok
could you help me properly load animations into the starter character script tho?
anim = character.Humanoid.Animator:LoadAnimation(character.Humanoid.Animation)
anim:Play()
assuming you have an animation in the Humanoid
what do I do with this line of code?
that code is how to make a character play an animation
should work ran on the client or the server i belive
ok
so it would be
anim = character.Humanoid.Animator:LoadAnimation(character.Humanoid.Animation)
anim:Play("ID")
?
what I feel like is going wrong, is the animation property might be wrong, because im placing the ID from the toolbox, and pasting it in properites and the script for where ever it is supposed to go. But, of course whenever I walk (For example) no body parts move, and no animation actually plays