Trailer Desync when attached

Hello, I have problems with trailers being attached to vehicles from other players, the player who drives the vehicle and trailer sees it mostly normal ( sometimes not ) and players who watch see the trailler being off on the vehicle and visually not attached though it is.

any solution?

? something?

I have exactly the same problem, do you have found something?

Any ideas?

Trailer is not spawned server sided, that’s the issue

Hello guys.
The issue is almost certainly that your trailer isn’t being spawned server-side, so other clients have no authoritative entity to sync the visual position against
the driver sees it fine because it’s local to them, but everyone else is getting a ghost.
Quick question first: are you spawning the trailer with CreateVehicle or CreateVehicleServerSetter in your server script? If it’s CreateVehicle, swap it to CreateVehicleServerSetter. that’s the native that actually registers the entity with the server properly so it syncs to all clients.