TeleportationService Assistance - Inter Server Teleport

I would like to be able to allow a player to click a button in a server, and a frame be duplicated in all servers. Once duplicated, an admin can click a button in that frame, and teleport to the server the player who clicked originally is in. During this, Server A, B, C and D Frames are to delete, as the admin teleported.

See image to display.

I would like to understand how to use the service for this purpose. I am not here to ask you to write it for me.

Thanks.

James.

You can make use of MessagingService to handle the cross-server communication.

Here’s a tutorial that seems useful