of     1   

spacegang
#139213151Friday, July 04, 2014 2:52 PM GMT

I'm trying to create a video with an animation I created with ROBLOX's animation editor. I tried checking all over the wiki, freemodels, etc. But still no luck...
RoflBread
#139213327Friday, July 04, 2014 2:55 PM GMT

You have to use an animation track. It's on the wiki page for the animation tutorial.
spacegang
#139213611Friday, July 04, 2014 2:59 PM GMT

Please read what I mentioned. I already did those. I'm trying to get it to play.
spacegang
#139215127Friday, July 04, 2014 3:20 PM GMT

local animation = script.Parent.TestAnim local Humanoid = script.Parent.Humanoid local animTrack = Humanoid:LoadAnimation(animation) animTrack:Play()

    of     1