In Super Mario Maker 2, you can sort levels by new. This gives the new levels some of the exposure they need to hopefully take off. I was thinking, how can I do this in Roblox on a massive scale? I have a game that I want to make that would heavily rely on this feature, and I want to know if it was possible.
I came up with this:
- Player uploads content
- The content is stored in a DataStore
- ???
However, I can’t figure out how to obtain all the content at once. And how would I remove the old content? I don’t know how a DataStore would help me here. How do I sort the data quickly enough? If anyone can provide suggestions it would be really nice.
*Please note that I don’t want a whole script, I just want to know how something like this would work.