Adding A Statue For The #1 Player[Global Leaderboard]

I’ll point you in the right direction
Do

local dummy = game.Workspace:WaitForChild("Dummy")
while true do
  --update boards
  dummy.Humanoid:ApplyDescription(game.Players:GetHumanoidDescriptionFromUserId(FirstPlacesUsrId))
  wait(60)
end

You insert a dummy using the built in “Build Rig” plugin, and put it to where you like

6 Likes