Getting Started
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
Make sure to enable “Allow Third-Party Teleports” in Game Settings -> Security.
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:
redirect.lua (Server)
TeleportService:Teleport() can only be invoked on the server.
And voilà! You’ve now implemented a stylish way to redirect players to a specific level.
Common issues
Support Server
We’d be happy to help you!