how to find a roblox player id

by Elfrieda Schneider 6 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 2609728511 is your Roblox User or Player ID.

Part of a video titled How to Find Roblox User ID - YouTube
0:26
1:43
Address bar within the url that's displayed you'll see a number between users and profile. ThisMoreAddress bar within the url that's displayed you'll see a number between users and profile. This number is your roblox user id.

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

See more

image

How do you find someone's Player ID on Roblox?

0:461:43How To Find Roblox User ID on Mobile - iOS & Android - YouTubeYouTubeStart of suggested clipEnd of suggested clipAnd then if i scroll over in the address you will first see user. And then the numbers after userMoreAnd then if i scroll over in the address you will first see user. And then the numbers after user are going to be my unique user id.

What is the player ID in Roblox?

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.

Where do I find my Roblox ID 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.

What is the Roblox ID for Tik Tok songs?

Roblox Music Codes – TikTok Song IDsArtistSong NameTikTok Music ID CodesCiara ft. ChamillionaireGet Up4565555845CJWHOOPTY6057415698Coffin Dance4951534350DaBabyROCKSTAR4920228588121 more rows

How do I get a profile link on Roblox?

How to add Social Links to an accountLog into your account.Tap the icon that looks like a gear located at the upper-right of the page.In the pop-up menu, select Settings.Scroll down to Social Networks.Enter the URL, tap Save.Select the Visible to option for whom you want to show these links.

Is it safe to give Roblox your ID?

We want you to know that we take our community's safety and privacy seriously, and Roblox never stores raw ID document data. When a government-issued ID is scanned for verification, an anonymized value is generated, allowing Roblox to safely verify identity without risking exposure of the user's real identity.

Can I use my school ID for Roblox?

A driver's license, passport, or anything that has a photo and name on it can be used. It will need to be an official government or state document, so a student ID, work ID, or transport card will not work.

Is Roblox voice chat safe?

All chat on Roblox is filtered to prevent inappropriate content and personally identifiable information from being visible on the site. Players have different safety settings and experiences based on their age.

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