Can you have leaderboards with tables?

Im trying to make a leaderboard, but i have all data in one table datastore. Is there a way to make a leaderboard with tables, or do i have to change the leaderboard things into a separate datastore?

Only ValueObjects are supported when it comes to showing something in a leaderboard and you can’t assign a table to any ValueObject value in the first place unless you change it into a leaderboard-usable format. Each column represents a single value, so you’d have to split it into separate values (not separate DataStores, not necessary).

Yes, You can save tables in datastores. But if you want to save dictionary tables, you’ll probably need to use httpService:JsonEncode when you save data and use httpService:JsonDecode when you load it, iirc. Otherwise, you can save tables in datatsores!