entity

The `entity` library is a high-performance interface for accessing pre-cached information about players and parts in the game. It is designed for tasks that need to run quickly and frequently.

Unlike the game global which interacts with live game objects, the entity library works with a snapshot of data that is updated by the client at optimized intervals.


Last updated