I wanna see a single person who has a badge thats really rare, but I cant find him. I don’t want to edit some code just to see, I just wanna make it simple. Any help?
1 Like
From what I know, Roblox doesn’t provide any way to create a list of players who own a specific badge. The only way I could imagine creating a list is to store the user ids right when they are awarded the badge.
Though you could theoretically search through every single profile on Roblox, but that’s a little extreme.
2 Likes
You could try to use http service
for that.
1 Like