
How can I get a players name via their userid if they arent in
Jan 8, 2024 · So as said in the title I want to do this, I tried doing players:GetPlayerByUserId() but apparently it only works when they are in the server, so how can I do it?
Checking information of a banned player - DevForum | Roblox
Apr 19, 2020 · Fortunately, you can also see a banned player’s appearance by using Players:GetCharacterAppearanceInfoAsync() by just passing the player’s user ID in the …
Find the server a user is in? - Scripting Support - Roblox
Jul 8, 2022 · To find a specific user ID, a server can use it’s SubscribeAsync to loop through the player list and find a match. If it does, use another PublishAsync topic to tell the mod’s server …
Find deleted user with roblox userId
Jan 17, 2021 · This post might not fit with the category but is there any way to find a deleted user using its userId?
Getting a user id - Scripting Support - Developer Forum | Roblox
Oct 21, 2021 · The main topic is getting an user id so i guess you’d need to mark me as solution because it solves your problem * For your thing, you can use it in a Server Script.
How would I get the UserID by Name using API? - Roblox
May 20, 2023 · maybe this can help? stackoverflow.com Get ID by username (Roblox) javascript, html, api, roblox asked by L8R on 10:43PM - 23 Nov 20 UTC if it isn’t js you can probably still …
API to get User ID from Username? - Scripting Support - Roblox
Jun 8, 2024 · So I have been researching this, im building a roblox website (if interested message me), and I am trying to get the persons user id from their username, and I have seen on the …
RoLookup - Get someone's Roblox account information from their …
Jul 4, 2021 · About RoLookup is a Discord to Roblox bot that is able to find anyone’s Roblox account from their Discord account, and display plenty of useful information about their Roblox …
(SOLVED) Can’t figure out how to get the current user ID - Roblox
Jan 22, 2024 · I’m trying to get a dummy that displays the user in a local script but I can’t figure out how to do it. So if anyone knows how i can do this it would be alot of help. So it will show …
Help with finding terminated/player's name with his user ID
Jul 4, 2024 · What do you want to achieve? Find the Username of a terminated/banned player with his user ID What is the issue? Roblox told me to remove him from all records, but i cant …