#stand
17 messages · Page 1 of 1 (latest)
you just need an animation controller:
local animation = script.Animation
local animationController = script.Parent.AnimationController
local Anim = animationController:LoadAnimation(animation)
Anim:Play()
hierarchy:
model > animation controller
also
model > script > animation(this has your actual animation id)
put the id on your animation under script and load the animation itself
i put the id
yes, but i don't think this is the correct way to load the animation
** You are now Level 13! **
also there must be an error because of animation
i'll try other animation
i'll try put " "
didn't work