Published
- 1 min read
get name from user id roblox
The solution for this is noted below
get name from user id roblox
Solution
--UserId to Name:
name = Players:GetNameFromUserIdAsync(userId)
--Name to UserId:
id = Players:GetUserIdFromNameAsync(name)
Try other methods by searching on the site. That is if this doesn’t work