#I need help!

1 messages · Page 1 of 1 (latest)

magic sand
#

So, I need to apply animations to my game. The youtube tutorial was useless. Help me step by step please!

toxic ore
#

no

magic sand
#

...

#

Please I really need help, If you can't please do not comment.

strong crest
#

show what you've done

magic sand
#

So I got my annimation

#

But I dont know how to apply it to my game.

hot bluff
#

local animation = Humanoid:LoadAnimation(AnimationInstance)

#

animation:Play()

rare goblet
#

go to your rig and open animsaves

#

there you will see your animations in keyframes

#

you cant used that yet, so save it to roblox

#

after that copy the id that will be given after you save it

#

then make an animation instance, paste the id to the animationid property

#

after that do
hum:LoadAnimation(AnimationInstance):Play()

magic sand
#

Thanks!

magic sand
#

Where to put hum:LoadAnimation(AnimationInstance):Play()

rare goblet
#

if you dont know how to do something as simple as that then i suggest you learn more about scripting in general

magic sand
#

Oh I got it.

#

Im just confused about little thing.