You don't type the ID in the parameters of Play... You should say animController.AnimationId = 337868735 before you call "Play()"fishguy100135— 9y
0
like this? local animController = Instance.new("AnimationController") local animTrack = animController:LoadAnimation(animation) animController.AnimationId = 337868735 animTrack:Play()smashfighter20— 9y