#how make a place reserve

1 messages · Page 1 of 1 (latest)

opal trail
#

how make a place reserve

abstract wagon
#

wym

smoky glade
#

uhh

#

if u mean

#

teleporting players to a place

opal trail
#

yes

smoky glade
#

can u show ur existing code?

#

ill add on to it to clarify what i am saying

opal trail
#

i just use simple tp system

#

queue

#

tp

smoky glade
#

ye show me the script where it tps the players

opal trail
#

i have 2 scripts 1 in main world and other in 2nd place ill send them respectively just wait a min

smoky glade
#

k

opal trail
smoky glade
#

listen, what i would do is when u tp the player, add a teleportoptions instance and make the ShouldReserveServer property true

opal trail
#

what teleportoptions?

smoky glade
#

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

opal trail
#

so i have to add this in this script and it would give each player a unique server?

deep quiverBOT
#

studio** You are now Level 3! **studio

opal trail
#

oh tysm bro

smoky glade
#

yw

#

!

#

dont forget to add the 'Solved' tag

opal trail