I want to make a sort of script that can check on the website if a username is used. Is it possible?
1 Like
You can use Players:GetUserIdFromNameAsync(name) for this. If it’s nil, it doesn’t exist.
It’ll actually throw an error if the name doesn’t exist. Wrap it in a pcall if you’re going to use this.
5 Likes