T
The Daily Insight

Where to find player id in roblox

Author

James Bradley

Published Apr 03, 2026

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. Do not use the Roblox mobile app… 2. Tap on “Continue in browser” Once you’re on the Roblox website, you’ll see a couple of options. This includes… 3. Log in to your Roblox …

There are other answers below:

How do I find my player ID? PC On the Roblox website, head to your profile. Do this by clicking on the three lines in the top left hand corner, …

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: The …

In order to find out the ID of another player in Roblox, you need to open their profile and copy the ten-digit code from the address bar. This code is the ID of the player’s account. We are hiring game guide writers!

How To Find Your Roblox User ID 2017 (QUICK & EASY) – Roblox How To Find User ID (Player ID) Watch later. Share. Copy link. Info. Shopping. Tap to unmute. If playback doesn’t begin shortly, try …

You can find a Roblox user’s id by viewing their profile, and checking the URL in your browser’s address bar. At the end of the URL there will be a number. This number is the user’s id.

Find your place and click on it. It will take you to a page where you can click the Play button and hop into that place. Observe the URL for that page. It should be something like : / Copy the number out of the url. You now have the placeId. Paste the Id where you need it.

Call that method with the player’s UserId. local isInThisServer,error,placeID,jobID = TeleportService:GetPlayerPlaceInstanceAsync(TargetPlayerUserId) if not isInThisServer then

Yes, you can find your game’s place ID in the URL after “ It should look like this:

To find clothes ID in Roblox, you need to go to the Roblox website and tap on “Continue in browser” if you’re using a mobile device. After that, log in to your account, search for the clothing in the avatar shop, tap on the URL, and copy the ID. When you tap on the URL of the clothing, you’ll see an ID (e.g. 7727872690).

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: The number 2609728511 is your Roblox User or Player ID.

Related Questions

How do I find a Roblox user’s ID?

You can find a Roblox user’s id by viewing their profile, and checking the URL in your browser’s address bar. At the end of the URL there will be a number.

How can I find the gameid of a Roblox player?

The Roblox Wiki says you can find it in the Game Explorer, but that has been deprecated. How can I find the GameID or is there an alternate way to teleport players. Show activity on this post. The TeleportService:Teleport (placeId, player) function uses PlaceIds, not GameIds to teleport players.

Where can I find the gameid for teleportservice in Roblox?

I want to teleport a player from one place in my game, the lobby place, to another place in the game, but the TeleportService uses the GameId, and I cannot find the game ID. The Roblox Wiki says you can find it in the Game Explorer, but that has been deprecated.

How do I find the placeid of a player?

The TeleportService:Teleport (placeId, player) function uses PlaceIds, not GameIds to teleport players. Once you publish your game, you can find the PlaceIds for it in a few places. The DataModel.PlaceId property holds the current published place’s Id, and you can access it from the global game object. Open the place in Studio.