Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle authored Jul 23, 2024
1 parent a5ce7db commit 07471a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ Util.apply(character, clothingImage, Enum.BodyPartR15.LowerTorso)
-- if you want it to change while on the character, you need to use the applied EditableImage
local upperTorsoImage: EditableImage? = Util.apply(character, clothingImage, Enum.BodyPartR15.UpperTorso)
assert(upperTorsoImage)
-- if you want it to match the underlying skin color, use this:
local skinColor: Color3 = Color3.new(0.5,0.5,0.5)
upperTorsoImage.bakeSkinTone(upperTorsoImage, skinColor)
```

0 comments on commit 07471a8

Please sign in to comment.