View Players Outfits?

Use:

local humanoid = workspace.Dummy.Humanoid
local desc = game.Players:GetHumanoidDescriptionFromOutfitId(outfitid)
   humanoid:ApplyDescription(desc)
14 Likes