Owl.Util.Data.Get(plr: Player): OwlProfile | nil

Server Only

Synchronously polls memory stores to locate and extract a user's running data context layout map.

Parameters

plr*
Player
The connected system client node identifier to inspect.

Returns

OwlProfileThe functional runtime transactional tracking entity layer structure or nil if unloaded.
local profile = Owl.Util.Data.Get(player)