GetEntityData(id)

Fetches data for a specific entity.

Parameters:

  • id (string): Entity ID to lookup.

Returns:

  • table: The entity’s data or nil if not found.

Example:

local data = exports['mrctv']:GetEntityData("entity_1")