How do I load / play a animation in a non humanoid object?

So I want to make this free model car move \

Nothing is happening, I don’t know how to play the animation

I have tried unanchoring the car but it does weird things

local animation = script.Parent.Animation
local animationController = script.Parent.AnimationController
local test = animationController:LoadAnimation(animation)


print("Test")
wait(3)
test:Play()

image

1 Like

Pls, search…

4 Likes