Datastore limitations?

Hello guys, I’m making a game which currently requires the user of many datastores and I’m not too sure on whether I should bother adding limitations. For example, I’m considering making a forum in the game and a party system, should I bother having them delete after a certain period of time and limiting the amount that can be active simultaneously?

also this might be in the wrong channel sorry

If you only require temporary storage of data, use memory stores.

For more information on data limits, read this doc:

Thanks for this, but I mean should is it necessary to add limitations to my datastores or would I be fine without

Realistically, you’re probably never going to hit the data limits, but if you’re concerned about that, then you can add them if you wish.

Alright, thanks for the reassurance :sweat_smile: