I’m trying to make a leaderboard system to show the top 3 players on a stand and i want it to automatically update the player or character. Where do I start?
This should work, just get the ID of the player and use CreateHumanoidModelFromUserId, or CreateHumanoidModelFromDescription
1 Like
Alr thanks for the help but i used
local humanoidDescription = Players:GetHumanoidDescriptionFromUserId(userId)
character.Humanoid:ApplyDescription(humanoidDescription)
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.