글을 쓰는 목적 Shirt, Pants 조작하기를 기록한다. 작업 환경 Roblox : 0.605 옷 변경 1. 홈 - 도구 상자 - 마켓플레이스 - 이미지 검색 얻고 싶은 asset id 얻어오거나 이미지 추가하여 asset id 추가 2. Character에 AssetId를 담을 StringValue 추가(AssetId는 "rbxassetid://1234" 형식으로 추가) 3. Character Script 추가 4. Character에 FindFirstChild로 Shirt와 Pants 컴포넌트를 찾은 후 Template를 변경하여 설정 local ownerPart = script.Parent local shirtId = ownerPart:FindFirstChild("ShirtIdString").V..