How could I create a group teleport pad like this one?

Hello, How could I create a group teleport system where when I walk on it I either have to wait or I need 2 people to send me to another game which is the match. I have been trying to create a group teleport pad like this one (link to google drive with the video of the example)

I have tried looking up youtube videos but I could not find a tutorial on what I am trying to do, I am very new to scripting.

1 Like

first you need to detect the players you want to send to the server

you can do this with touch events or WorldRoot

then you will use TeleportService:TeleportAsync to teleport them to a reserved server

you need to use TeleportOptions to send them to a reserved server using TeleportOptions.ShouldReserveServer

3 Likes