Updates the model to reflect the character's appearance after equipping a specific item
Signature:
DressUpModel:TryOn(itemID) or DressUpModel:TryOn("itemName") or DressUpModel:TryOn("itemLink")
Arguments:
itemID- An item's ID (number)itemName- An item's name (string)itemLink- An item's hyperlink, or any string containing theitemStringportion of an item link (string)