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.
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.
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.
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.