Hi,
So i want to make an ARPG without shared loot, ie each client shall have their own loot drops, using netcode for entities.
Now i still want to synchronize this with the server to prevent cheating.
If i just add the ghost component to my items, they are obviously replicated to All clients. Can i replicate only to specific clients? And if so how?