Pretty sure it’s that. Reading the docs page, it is also pointless to add math.huge since its an optional argument that most likely defaults to no limit already
So, would I in this instance just deleted math.huge? I want to make sure that my leaderboards don’t cap, so if I can add a no-limit instance that would be ideal.
Yeah, just keep it as LeaderboardDataStore:GetSortedAsync(false, 100, -100) and it should have no cap, though I’m sure that the -100 is also not needed?