Here is my code:
animation.Changed:Connect(function(property) print(property, animation[property], track[property]) track[property] = animation[property] end)
It throws an error and I need a method that will not.
Thank you for any help given