I played Every Roblox Player a few days ago, looked neat, this should be just as cool!
Also, your description has a misspell, it’s “randomize” not “randomise”
I still didn’t play your game, Idk if you can play the games there from inside your game, but if you added that feature it would be awesome. AND you should add badges
Thanks, i fixed the description.
And yes, every game has a proximity prompt that allows you to play it (not all games are playable tho, some are banned/deleted).
I’ll work on some badges, thanks a lot!
As for new features, it would be nice to have some indication of whether a place can be joined or not, kind of like how banned users are marked in Every Roblox Player.
Also, the “Your Games” sidebar doesn’t actually show every game I’ve ever made. It’s missing my first game among many others.
The spelling with S is actually correct in the UK as far as I know.
sorry for my excessive punctuation, english isn’t my first language
Thanks for the feedback!
Let me address the indexes and dates here:
These actually are the “created” dates of the universes, but from my research it seems that before 2013, there was no such thing as a universe, there were only places, and when roblox implemented universes, they had to assign universeId’s to places created before that date. When they were doing that, something clearly went wrong, because the first ~15000 universeIds (from 1 to 15000) were created in 2013, and only after those first 15000 they “inserted” the older ones.
So when i was coding my game, i excluded these first 15000 newer universes.
Turns out, that even after those initial newer universes, they messed something up AGAIN and slightly scrambled the oldest ones.
So the only way to really sort the games by the creation dates would be to send an HTTP request for EVERY SINGLE GAME, save it in a table and sort it, and you would have to do that once in a while to include newly created games.
TL;DR
The creation dates are roblox’s fault, and i can’t really do anything about it
also, this game only contains 99.9998% of games
“Your Games” only shows public games, if you games ARE public then please let me know because it could be a bug