Need advice on how to make a saving list of which players won first

I need some help on making a saving system for a game I’m making. I want to make it so it detects when you get a badge, so you can know who got it first, and your placement. But I do not know how to make this save.

use an OrderedDataStore, save with the userId as the key, and os.time() as the value

1 Like

Thank you, I would of never thought of that!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.