Redirecting Users to Levels
Learn how to use instant invites for seamless level redirection.
Instead of telling users to join a specific level by its ID, you can create a sleek redirect button!
Externally
Use the following URL format to redirect users directly to a level:
When users click this link, Roblox will launch and prompt them to play the specified level.
Within Roblox
If you want to redirect users from within your Roblox game, you can achieve this using TeleportService. Here’s how you can set up the teleportation with level data:
And voilà! You’ve now implemented a stylish way to redirect players to a specific level.
Common issues
Nothing happens when I try to teleport.
Nothing happens when I try to teleport.
TeleportService won’t teleport you when you’re in studio, make sure to test it in-game.
The level prompt won't appear.
The level prompt won't appear.
Make sure the level ID is valid.
Support Server
We’d be happy to help you!