How Do I Teleport A Player To A Public Server

Im making a game called CaseOh’s Basics. I go into my private server and run the following lines:

local reservedServer=game:GetService("TeleportService"):ReserveServer(16332065898)
			game:GetService("TeleportService"):TeleportToPrivateServer(16332065898,reservedServer,{plr})

That works, I get teleported into a reserved server. (solo)

But im trying to make it so you can join back from the reserved server or the private server into a global game. But whenever I try to do so the player just gets teleported back to his private server.

-- code i had for the global one
game:GetService("TeleportService"):Teleport(16332065898,plr)

Please help :smiley:


Context: I am trying to make it so the player can type commands into the chat like :solo or :global

1 Like