How do I save a number higher than 9.22qn to an OrderedDataStore (with precision)?

I’m making a Global Leaderboard. If someone surpasses 9.22qn, the script will throw an error. Can anyone help?

(If you’re wondering how someone can surpass 9.22qn, I use a regular DataStore for leaderstats and OrderedDataStore for the Global Leaderboard)

Have you tried converting that into a string?

OrderedDataStores don’t store strings.