My animation won't play (from moon to script)

Emlo! Good day to you fellow people who are reading this, I Made an animation of my rocket landing on moon animator. This is what it looks like.


or https://i.imgur.com/ZCZJU9q.gif

If you’re wondering why I animated it, its because I had retracting legs and fins, and coding them is not my cup of tea.

Here are things to take note:

  • I Used an animation controller for the model, Primary Part set.
  • I Used Moon Animator for the animation
  • I edited the particles.
  • Everything was UnAnchored, Animation is saved to Roblox.
  • Everything is rigged using easy weld, Welds, and Joints

Explorer:


or https://i.imgur.com/yirwCTk.png
(UpperLeg of the others have the same order as the one showed)

My script:

local KerstelAnim = Instance.new("Animation")
local kerstel = workspace.Kerstel

local GetKerstelLandAnim = "http://www.roblox.com/asset/?id=5336575794"
KerstelAnim.AnimationId = GetKerstelLandAnim

local KerstelAnimatConrol = workspace.Kerstel.KerstelAnimationControl	

wait(3)

local animtrack = KerstelAnimatConrol:LoadAnimation(KerstelAnim)

animtrack:Play()
print("animation loaded?")

If you know the solution please reply or either dm on Foxyth#6702 (Discord)

2 Likes