Skip to content

llGetInventoryCreator

function ll.GetInventoryCreator(InventoryItem: string): string

Returns a key for the creator of the inventory item.

This function returns the UUID of the creator of item. If item is not found in inventory, the object says "No item named 'name'".

Parameters
InventoryItem (string)

Add example usage here showing SLua/Luau syntax with ll.GetInventoryCreator().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.