This seems very simple but for some reason, when you clone a local script, I cant figure out a way to make it play again.
local function Animate()
print("Animated!")
end
script.Animate.Event:Connect(function()
-- Doing An Event doesnt make it work either
Animate()
end)
Animate()
(Animate only plays for the original model, the cloned model doesnt animate.