How would I get every user on roblox with a certain display name?
1 Like
This could probably be achieved via Roblox API. I don’t know how you would go directly about this. Though I would look into Roblox API’s to see how this would be done.
2 Likes
Every humanoid has the property DisplayName
. You could loop through every player’s character, and check that property.
1 Like
But that is only getting players inside of the game