How can i teleport a player inside my game, to a specific server in my game

How would i go about making a teleport feature from one server to the other?
is it even possible without friending the guy in the server you want to get to?

i want to make a report system in my game so that players can get an admin to ban “hackers/cheaters” by reporting them, an admin can then see a ui of all the people who have been reported, [said admin can then (if the player is still in-game) teleport to that specific server to verify if said player is hacking and then ban them.

[similar to what bed wars has but less complex]

i don’t need help with the ui, or the report system, but simply the “TP to specific server” code.

thank you!

1 Like

You can refer to Roblox’s Doc on TeleportToPlaceInstance. All parameters, limitations and a code sample is provided there, on teleporting users to specific servers.

If there are several parts of the Doc which you don’t understand, feel free to ask here!

1 Like

thank you JobID was what i needed, ill reply later when i implement it and/or i have any problems!

thank you!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.