Control special objects

Hi guys,

I want to ask you create special object to move. Lets imagine we have some object we can “drive” but without controls. For vehicles there is VehicleSeat I know about this option. But if this object is controlled by mouse for example x and y axis. What is fastest way. control object locally and send data to server ? or send to server x and y from mouse and edit object by this mouse data ? I want to achieve lowest latency.

Thank you guys

1 Like

Set the car Network Ownership to the client driving it(the car movement should be physics-based). That way there’s no need to communicate with the server but exploiters can abuse it if not managed correctly.

2 Likes

Many many thanks for this advice :slight_smile:

1 Like