How to get the current velocity of a Part?

Hello
How can I get the current velocity of a Part?
the “Velocity” attribute is deprecated and in addition to this very often reports 0 on the server, when the network ownership of the Part is on the client…

Thanks

.AssemblyLinearVelocity gives the current velocity of the part. More specifically, the ‘assembly’ of welded parts’ velocity.

1 Like

Still returns 0 on the server (for fast moving parts), but at least is not deprecated.

Any idea how to get this correctly on the server?