UtilityGhar LogoUtilityGhar Logo

Roblox Place ID Converter

Convert Place IDs to Universe IDs and generate Roblox Studio TeleportService player teleport Luau code.

What is Roblox Place ID Converter?

The Roblox Place ID Converter converts between Roblox Place ID and Universe ID, providing essential TeleportService code snippets for multi-place experiences.

Simplify place navigation setup for universe games, lobby teleportation, and developer API integrations.

Try Examples:

Place & Universe ID Details

Place ID: 189707

Launch Place on Roblox
Numeric Place ID
189707
Hidden Universe ID (Open Cloud API)
Not Available
Direct Web URL
https://www.roblox.com/games/189707
Roblox Studio TeleportService Script
local TeleportService = game:GetService("TeleportService")
TeleportService:Teleport(189707, player)

Frequently Asked Questions

Why do I need Universe ID for Roblox Open Cloud APIs?
Roblox Open Cloud web APIs require Universe ID for datastore access and messaging service endpoints.
How do I convert Place ID to Universe ID programmatically?
You can query the official Roblox API endpoint api.roblox.com/universes/get-universe-containing-place.
Can I teleport a party of players together in Luau?
Yes, use TeleportService:TeleportPartyAsync(placeId, playersArray) to teleport groups.

How to use Roblox Place ID Converter

To convert Place IDs:

  • Input a Roblox Place ID or Universe ID.
  • Click Convert to generate cross-referenced IDs and TeleportService code snippets.
  • Copy ready-to-use Luau script blocks for your game.