I only remember how to check if someone is wearing the shirt, not if they own it. I have the function ready, just need the if statement.
local MarketplaceService = game:GetService("MarketplaceService") local TshirtId = "123456" -- change to t-shirt Id local player if MarketplaceService:PlayerOwnsAsset(player, TshirtId) then -- Insert code end