I’ve been working on a new map for my game and I want to include a display that shows the most recent Roblox user (including their username, ID, and picture. However, the id is the most integral piece.).
I’ve searched around on the internet for a guide on how to do this. However, I’ve come up empty handed.
I’ve seen this feature in a handful of games, so to my knowledge it IS possible.
I don’t know if that’s possible…
You’d probably have
to use a bunch of Roblox APIs to get that data.
You’d need to get the amount of players on Roblox and get player information about the user with the newest user ID (that being the amount of users on Roblox, because Roblox adds 1 ti the ID every time someone makes an account).
yeah that’s what i’ve been theorizing. i’m just unsure as to how to go about it is all. it’s certainly above my level of roblox scripting knowledge lol