Hi, i was trying to add more places to my game and i had an idea,
i want two places, one will be the starter and when the players join it will be teleported to the second place, i want to have a 3x3 maps(grid) in the second place but, how can i do this? I think adding a tag to the servers but i dont know how and how can i send the data
Use the TeleportService by getting it from game: game:GetService(“TeleportService”) and then use the TeleportAsync function, to teleport the player to a placeid.
i want to add 9 zones in a one place, when you join the game u will be automatically teleported to the server with the correct zone, but how can i add a tag to the server or something to know what zone its
You can create a table to store the 9 zones. Then, use that table to teleport the player to the correct zone. To determine the player’s current zone, you can utilize the workspace by adding a part or value where the zone name is stored. This allows you to retrieve the player’s current zone.