how to find roblox player id

by Mr. Gunner Jacobi 3 min read
image

How to Find my Roblox Player ID on PC?

  • Visit Roblox.com website and log into your account.
  • Click on your Profile Picture at the top right of the screen.
  • This will open up your profile.
  • Now check your URL in the browser – it should look like this: www.roblox.com/users/2609728511/profile. The number...

From your profile, locate the address bar above the actual website's window—it should say something similar to https://www.roblox.com/users/123456789/profile. The nine digit number that's inserted before /profile is your unique player ID.Jan 3, 2022

Full Answer

How do you find your user ID on Roblox?

How to get your user ID in Roblox

  1. Go to the Roblox website The first step is to visit the Roblox website in a browser. ...
  2. Tap on “Continue in browser” Once you’re on the Roblox website, you’ll see a couple of options. This includes “Continue in App” and “Continue in browser”. ...
  3. Log in to your Roblox account After you’ve clicked on “Continue in browser”, Roblox will open in your browser. ...

More items...

How to look at your Roblox ID?

How to get your Roblox ID on the Phone

  • To do this, you need to go to the Roblox website from any browser (not through the application).
  • Log in there. Go to the profile.
  • Click on the lock in the address bar and copy the ten-digit code (this is your ID).

How to get your user ID in Roblox?

Sign in to the account now

  • To play Roblox, click on the “ Continue in browser ” button.
  • You’ll now be redirected to the Roblox login page.
  • You must first connect to your Roblox account in order to acquire your user ID.
  • Tap “ Facebook ” to log in using your Facebook account if you created your Roblox account via Facebook.

More items...

What is my Player ID for Roblox?

Players:GetPlayerByUserId

  • local player = game:GetService("Players"):GetPlayerByUserId(1)
  • if player then
  • print("Player with userId 1 is in this server! Their name is: " .. player.Name)
  • else
  • print("Player with userId 1 is not in this server!")
  • end

image

Where do you find your player ID on Roblox?

Click on your Profile Picture at the top right of the screen. This will open up your profile. Now check your URL in the browser – it should look like this: www.roblox.com/users/2609728511/profile. The number 2609728511 is your Roblox User or Player ID.

What is a Roblox player ID?

Description: The UserId is a Player property that contains a read-only integer that uniquely and consistently identifies every user account on Roblox. Unlike the Instance.Name of a Player, which may change according the user's present username, this value will never change for the same account.

Is it safe to share your Roblox ID number?

Secondly, while it's okay to form friendships on Roblox, you should always keep any sensitive personal information to yourself. As a general rule, never share your name, address, phone number, date of birth, or password with anyone on Roblox.

How do I find my Roblox ID 2022?

0:001:05How to Find Your Roblox User ID (2022) - YouTubeYouTubeStart of suggested clipEnd of suggested clipAnd then click on profile. Now once you're here you can see your profile of course. And at the topMoreAnd then click on profile. Now once you're here you can see your profile of course. And at the top you can see the sort of like roblox. Link now these um yeah these numbers that is your roblox id.

Follow this process to find out and get your Roblox Player ID on PC as well as Mobile Phone (iOS and Android)

Your Roblox User ID or Player ID is a unique number that represents your profile. It cannot be changed unless you make a new account. You can share your ID with a friend and they can land straight to your profile without having to look you up on the platform.

How to Find your Roblox User ID on Mobile (Android, iOS)

If you are using the Roblox Mobile app on your Android or iOS device, you won’t be able to see the Player ID directly. You will have to open up your browser on your phone and log into Roblox to check the URL.

Met the Creator Badge

The following code sample gives an example of a ‘met the creator’ badge system. This script will award a specified badge (BADGE_ID) to anyone who is in a server at the same time as the user associated with OWNER_ID.

Data Store to Leaderboard

This code sample retrieves a player’s saved gold from a data store and puts the returned value onto the leaderboard. Note that this sample does not save players’ gold — it only loads it.

Player.UserId

The below example would print the UserId of every user who entered a game.

image