OwlProfile:Get(key: string): any
Server OnlyQueries state storage values accurately. Supports deep path dot notation for pulling values out of nested structures safely.
Parameters
key*string | Target data index key lookup string path parameter sequence identifier (e.g. 'Stats.Level'). |
Returns
anyThe dynamic values or operational collections tracked at that target index location path.
local level = profile:Get("Stats.Level")