Can't seem to get this Leaderboard to work

thats wierd

I fix it!

the problem was (I kid you not)
one of the newLbframes was misspelled

				newLbFrame.Wins.Text = Kills
				newLbFrame.Rank.Text = "#"..Rank
				newLbFrame.Position = UDim2.new(0, 0, newLbFrame.Position.Y.Scale + (.08 * #game.Workspace.GlobalLeaderboard.LeaderboardGUI.Holder:GetChildren()), 0)
				newLbFrame.Parent = game.Workspace.GlobalLeaderboard.LeaderboardGUI.Holder```
1 Like

Wow great!