I have this code that spawns a ball and throws it in the direction where the player is looking, later I want to make a system for throwing items from the inventory, but I have a problem with multiplayer because the gameobject can only spawn the server so I use Rpc but it causes quite a big delay (like .5 s.) before the throwing object
Does anyone know of a way to reduce this delay??
thanks for any ideas