Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there any way to constantly set the property of an instance to be the same as another?

Asked by 3 years ago

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

0
how about run service? have you tried it proROBLOXkiller5 112 — 3y
0
run service is super useful proROBLOXkiller5 112 — 3y

Answer this question