I’m attempting to insert a T-Shirt from the catalog using the Insert Service. However, no matter what T-Shirt I choose from, the Shirt Graphic it returns has a blank Graphic value, likely meaning it failed to load, however no error is returned.
local is = game:GetService("InsertService")
local o = is:LoadAsset(1166368015)
o.Parent = workspace
I’ve tried changing the given catalog ID of the T-Shirt to a string rather than a number, but that fails to do anything. I’ve also tried other T-Shirts.