How can i reduce the bits size sent in a local simulation

I’m working on a project where I’m sending player positions to the remote player which is based on local simulation.
The size of bits sent to the remote player is 96 bits. (32 * 3 floats) = 96.
How can I reduce the size of the bits being shared from player to remote