Allow to Teleport inside Studio

As a Roblox developer, it is currently too hard to debug an experience that uses Teleport, since Studio doesn’t allow this.

However, Studio currently already emulates a server.
Following the same principle, Studio could emulate MULTIPLE SERVERS to allow Teleport.

If Roblox is able to address this issue, it will improve my development experience because currently we always need to use Roblox Player to debug Teleport, however, the Player debug console is absurdly limited. Thousands of hours are wasted with this limitation.

Also, a game with a high number of players can’t even test if their code for teleportation works unless they make a new entire place for the purpose of testing it.

Therefore, we request that ALL FUNCTIONALITIES of TeleportService are also available within Studio.

33 Likes

Studio can already switch DataModels pretty reliably now (heck the StartPage is a psuedo-data model) that you switch between when you open and close places.

I’ve wondered why we haven’t got some (if not all) functionality from TeleportService.

11 Likes