I have a server copy and a local copy of a part.
To prevent the client from having two copies, it destroys the server copy.
The server sends the change to the server part to the client. The client uses an ID to apply the change to its local copy.
But the server also replicates the actual change, automatically, to the automatically global server copy the client destroys. The server still thinks the client has that part and so inbuilt replication goes through anyways.
Can it be fixed by putting it in the workspace.CurrentCamera? I tried and couldn’t figure out how.
If I could prevent this, I would half the packets the client has to receive!