I need to insert this head, but the script is inserting the default one. I need to insert a Meshpart instead. How can I insert a Meshpart?
local assetId = 14532846222
local InsertService = game:GetService("InsertService")
local model = InsertService:LoadAsset(assetId)
model.Parent = workspace