#Leaderboard Top 3 Characters
1 messages · Page 1 of 1 (latest)
use:
local appearance = game.Players:GetHumanoidDescriptionFromUserId(userid)
```to get a humanoid description object from the user id and then call:
```lua
Humanoid:ApplyDescription(appearance)
```on the charactermodel's humanoid to change it