Scopes vs Listing and Prefixes

Looking for more details by Scopes, I came across this warning:

So I ask:

  1. Is Scopes deprecated (it says “legacy scopes”)?
  2. What is the advantage (or difference) in using Listing and Prefixes in relation to Scopes?

I don’t believe so.

The advantage is sorting the datastore when retrieving it.

The documentation specifically means here that you can get some data at a time by using this function.

The example provided for scopes here can be done just by changing the key or adding a table:


This makes scopes slightly unnecessary, and Roblox wants users to upgrade and move away from the idea.


I believe scopes will be deprecated in the near future, but this warning appears to be encouraging users to switch to Listing and Prefixes for new work. This is a deprecation warning.

1 Like