#Leaderboard Top 3 Characters

1 messages · Page 1 of 1 (latest)

urban cedar
#

I have a leaderboard and also added a sytem where i get the Player ID‘s from the top 3. Now ive been trying for days to get the character from the Player ID and put it on a dummy. Im very new to coding and havent found anything yet that can help me. 🙏 (also i have no clue which tag to pick for this sorry)

supple lantern
#

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