OwlProfile:Append(key: string, value: any)

Server Only

Pushes a new value onto the end of an array-shaped table stored at the target key location path.

Parameters

key*
string
Target index path referencing an array.
value*
any
The element value to append.

Returns

voidNothing.
profile:Append("Inventory.Badges", "Goblin_Hunter")