If so, is there a way to teleport players to it, kinda like teleporting players to a different game?
Of course! Every server will have a randomly generated ID. You can get it with the game's JobId property.
1 | print (game.JobId) |
Oh and for the teleportation, you can use TeleportToPlaceInstance,
1 | game:GetService( "TeleportService" ):TeleportToPlaceInstance(placeId, jobId, player) |
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
1 |
1 |
1 |
1 |
1 |