As a Roblox developer, it is currently too hard to associate more than 4 user ids with a data store entry
I have a group system that uses data stores, players are able to create groups and other players can join them. When a player joins, I associate that players userId with the group save when calling UpdateAsync
The issue is that after 4 members, I start getting a UserIdLimitExceeded error. The exact value isn’t listed in documentation but it seems that 4 ids per datastore entry is the current limit
I think this value should be much higher
If Roblox is able to address this issue, it would improve my development experience because I could associate more user ids to a datastore entry
This would help me with improved tracking on whose data is associated with a group entry as well as better GDPR compliance