I have a script... It is supposed to animate my custom model, my custom model has a HumanoidRootPart and has Motor6D's connecting all the parts... it doesn't work! Why not? Here is the script
1 | local animation = Instance.new( "Animation" ) |
2 | animation.AnimationId = "http://www.roblox.com/asset/?id=274560333" |
3 |
4 | local animController = Instance.new( "AnimationController" ) |
5 | local animTrack = animController:LoadAnimation(animation) |
6 | animTrack:Play() |
Please help!!! Thank you!!! P.S This is in a regular script