Hey! I’m currently working on a social media type game inside of roblox, and I’m trying to find an efficient way to handle comments. I already have loading/finding videos done and the handling of keys and what not, I just don’t know how I’d make it so it can load comments with roblox’s datastore limits
I know id have to use get sorted async for this, but I’m already heavily using it for searching for videos and I’ll easily surpass the limit. Are there any work arounds to this?
Thanks!