> For the complete documentation index, see [llms.txt](https://fish-networking.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fish-networking.gitbook.io/docs/guides/features/prediction/offline-rigidbodies.md).

# Offline Rigidbodies

In some cases you will want the player to be able to interact with non-networked rigidbodies; these require a special component.

While prediction is in use, if you have a rigidbody object in your game that is not synchronized with the network it must contain an OfflineRigidbody component. Please review the [OfflineRigidbody component page](/docs/fishnet-building-blocks/components/prediction/offlinerigidbody.md) for more information on it's uses.
