Is it possible to teleport a user to a VIP server?

this post is more of a scripting question than support

is it possible to teleport a user to a VIP server(not reserved server) using an invite code? I tried using the invite code with TeleportService:TeleportToPrivateServer() but it seems to only work with reserved servers.

1 Like

It is possible just with the reserved servers but not with the bought private servers.

Despite the somewhat recent renaming of VIP Servers, most if not all API that refers to Private Servers has to do with developer created reserved ones.

You could always create a custom “VIP Server” system using Reserved Servers.

I know what Im asking here is a way to use it on actual servers.

I’m not sure if it’s possible, but you could try using TeleportToPlaceInstance using the JobId of the VIP server. However, this would require that the VIP server is already running.

do you mean the gameId? cause I tried that and i get the “attempt to teleport to a place thats restricted” error.

The game id is the id for the entire game universe. Like I said, it may require that the VIP server is already running. It could even be that VIP servers are completely restricted. To be sure, is it a VIP server that you would have access to?

No. Roblox does not have anything in their API to teleport players to their official private servers, but like @MightyDantheman said, you could use reserved servers to make a custom private server system.

I meant the server id or probably the JobId the id who teleports you to a specific server(i just didn’t know its called JobId)