Value property of ObjectValue not doesn't change to clone when cloning

I am cloning a Model that uses a Object Value to spawn balls there. I chose to do this because it’s easier for a non programmer to change the part where to spawn the balls. But once i :Clone() the part, the object value is still related to the source part. Can anyone help me with that and how i could fix it.
Thanks

1 Like

Looks like an intended behavior, since values of ObjectValue are not primitives.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.