When client controlled spheres interact with eachother, the result is very laggy and unresponsive. Every player controllers a ball model with network ownership of each ball being the respective client.
The issues I am stuck on would be to make sure players cannot touch eachother by defualt, as I want to add custom collision logic, and also making sure that each client can set the velocity of other balls locally, but have it checked on the server.