#How do i load an animation
17 messages · Page 1 of 1 (latest)
rbxassetid://16927477230
Prob should add local animId = 16927477230
If that doesn't work I don't know what does
do you want the model maybe ?
Did you add the variable to the script?
like this ?
local animationController = script.Parent.AnimationController
local animObject = script.Parent.AnimationA
local animId = "16927477230"
local animTrack = animationController:LoadAnimation(animId)
animTrack:Play()
Nope
Don't put it in ""
no don't work
** You are now Level 4! **
If you want the model https://create.roblox.com/store/asset/16928064339/move
Try replacing local animObject = script.Parent.AnimationA with local animId = 16927477230
Or just
you can load only animation objects
oh nvm i see
- this is server or local script?
- did you put AnimationId in your anim object?