I have an OrderedDataStore named “Leaderboard” in my game. However, it isn’t present in the Datastore manager. For bugfixing purposes, is there any way to easily view an ordered data store?
1 Like
Roblox Studio does not have a native GUI for interfacing with data-stores. You will have to make queries to the data-store via the command bar. Use DataStoreService:ListDataStoresAsync to confirm your data-store exists
1 Like
I imagine that Roblox will eventually add ordered datastores to the Datastore Manager. Until then, you may be better off using a plugin.
I use DataStore Editor by sleitnick (although it is paid).
A popular, free alternative is DataDelve by pinehappi. (You can view the devforum post for it here)
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.