#Animation fail

1 messages · Page 1 of 1 (latest)

meager gazelle
#

I'm trying to load an animation from another creator after saving to to roblox, copying and pasting my animation into the StarterCharacterScripts, and pasting the ID into the walking script and animation part of the file. What am I doing wrong that doesn't make it load?

hallow violet
#

code and error?

#

my guess is you dont have permission to use it though

meager gazelle
restive bisonBOT
#

studio** You are now Level 1! **studio

hallow violet
#

if its not that, then can i see the code and error

meager gazelle
hallow violet
#

its practically needed for progtamming

meager gazelle
hallow violet
#

hmmmm

#

odd

#

@mild echo

mild echo
hallow violet
#

i lowk dont feel like reading the scriptelaborate

mild echo
meager gazelle
meager gazelle
#

could this be stopping the animation from loading?

hallow violet
#

well

#

id assume you’re trying to use a studio API

#

and you have it turned off

#

you have to turn it on

meager gazelle
#

studio settings?

hallow violet
#

yes

#

also

#

what do you have that needs APIs

meager gazelle
meager gazelle
# hallow violet yes

also when I go into studio setting nothing shows up under Studio APIs when I search it up

meager gazelle
restive bisonBOT
#

studio** You are now Level 2! **studio

hallow violet
#

do you not know what scripts are in your own game?

meager gazelle
#

no

#

I have genuinely no idea what im doing

hallow violet
#

you might want to uh
not do that

meager gazelle
#

so then what do I do....

hallow violet
#

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

meager gazelle
#

is making a new script part of making an animation?

hallow violet
#

no

#

i mean start fresh

meager gazelle
hallow violet
#

trust me its gonna suck to lose work but its part of learning

#

ive scrapped like

#

four games

meager gazelle
#

am I able to keep the animations I have done tho?

#

forgot I can save them nvm

hallow violet
#

yes u can carry over animations to other experiences

#

you can do that for all assets

meager gazelle
#

ok

#

im on a brand new world.... what now

hallow violet
#

you can make

#

whatever

#

-# as long as it abides by roblox tos

meager gazelle
#

ok

#

could you help me properly load animations into the starter character script tho?

hallow violet
#

anim = character.Humanoid.Animator:LoadAnimation(character.Humanoid.Animation)
anim:Play()

assuming you have an animation in the Humanoid

meager gazelle
hallow violet
#

should work ran on the client or the server i belive

meager gazelle
#

ok

#

so it would be
anim = character.Humanoid.Animator:LoadAnimation(character.Humanoid.Animation)
anim:Play("ID")
?

hallow violet
#

no

#

the animation object holds the ID

#

:Play() needs no arguments

meager gazelle
#

oh ok

#

then where do I put it

meager gazelle
#

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