About 50 results
Open links in new tab
  1. Finding players made easy using Generated IDs - Roblox

    Jun 15, 2024 · IdentifiersPlus Introduction Usernames are a big problem when it comes to trying to ban, kick, or message a player. Which is why this API uses unique numbers to assign each player, and …

  2. How do i get a players userid? - Scripting Support - Roblox

    Apr 19, 2021 · How do i get a players userid i thought getplayerbyuserid can solve it but it didnt work and i tried to get userid from the localplayer too but i got the userid folder just couldnt find a way to …

  3. Is it possible to get the player's ID in a script? And not in ... - Roblox

    Dec 23, 2022 · I am trying to make a player icon in a billboard gui where everyone can see the player icon but for that, I need the player ID, I know how to get the ID but it only works in LocalScript and I …

  4. 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.

  5. Right to Erasure / Deleting Player Data from Datastores ... - Roblox

    May 25, 2023 · Roblox got rid of it’s right to erasure player data deletion tutorial (thanks Roblox, VERY helpful /sarcasm) so with the power of the Wayback Machine, I figured I’d repost it here for all to use, …

  6. Get Player from ID - Scripting Support - Developer Forum | Roblox

    Aug 23, 2020 · I came across a six year old solution on scripting helpers: Scripting Helpers How do I get a player's name from an ID? [closed] I have a table of ID's that my game automatically checks …

  7. How do I get a random roblox user?

    Jan 15, 2023 · You can generate a number between 1 and the current number of roblox users and use that as the ID. When using API though, you need to make sure the player exists using protected calls …

  8. Checking information of a banned player - 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 function. …

  9. Most efficient way to get character model using user id ... - Roblox

    Sep 21, 2024 · I’ve been working on a custom character controller with it’s own replication system, each client has his own copy of all player’s avatars and moves them according to state data comming from …

  10. Getting a Random User ID From a Group - Roblox

    Oct 28, 2023 · I’m currently attempting to get random user id’s from my roblox group. I’m also using these user ID’s for their character appearance and it will load it onto a random spawning NPC. I have …