#how make a place reserve
1 messages · Page 1 of 1 (latest)
wym
ye show me the script where it tps the players
i have 2 scripts 1 in main world and other in 2nd place ill send them respectively just wait a min
k
this is in main lobby i dont think i have in map
listen, what i would do is when u tp the player, add a teleportoptions instance and make the ShouldReserveServer property true
what teleportoptions?
so before u teleport the player
add this
local teleportOptions = Instance.new("TeleportOptions")
teleportOptions.ShouldReserveServer = true
teleportService:Teleport(placeId, {players}, teleportOptions)```
so the server is reserved for them
so i have to add this in this script and it would give each player a unique server?
** You are now Level 3! **
yes
oh tysm bro
ok!