Basically the thing I want to achieve is that I want an optimization for moving parts by tween: putting the part on ReplicatedStorage when too distanced, but the part needs to move also on ReplStorage with his attached part
Here’s an example:
Orange is moving part, it doesnt need to be parented to ReplStorage, but the blue yes
when near the blue part is visible and is moving with the moving part
when too far the orange part needs to be visible, but the blue part is now on ReplStorage but still moving with the orange part
I need a solution for this, because when I try the part on ReplStorage doesnt move, even with a rigid constraint. (for the blue part parent there is an object value, but if that doesnt work you can change)
Any solutions?