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()